MCPcopy Create free account

hub / github.com/SantiagoMille/germinal / functions

Functions1,028 in github.com/SantiagoMille/germinal

↓ 1 callersMethodusage
(self, err)
colabdesign/colabdesign/tr/legacy/utils.py:293
↓ 1 callersFunctionvecs_cross_vecs
Cross product of vectors 'v1' and 'v2'.
colabdesign/colabdesign/af/alphafold/model/r3.py:265
↓ 1 callersFunctionvecs_dot_vecs
Dot product of vectors 'v1' and 'v2'.
colabdesign/colabdesign/af/alphafold/model/r3.py:260
↓ 1 callersFunctionvecs_robust_norm
Computes norm of vectors 'v'. Args: v: vectors to be normalized. epsilon: small regularizer added to squared norm before taking square root
colabdesign/colabdesign/af/alphafold/model/r3.py:293
FunctionAA_to_N
(x)
colabdesign/colabdesign/mpnn/legacy/utils.py:113
FunctionAA_to_N
(x)
colabdesign/colabdesign/tr/legacy/utils.py:31
Method__add__
(self, other: Vec3Array)
colabdesign/colabdesign/af/alphafold/model/geometry/vector.py:55
Method__call__
Executes Module. This returns a set of rigid with the same shape as activations, projecting the channel dimension, rigid_shape controls the t
colabdesign/colabdesign/af/alphafold/model/folding_multimer.py:100
Method__call__
( self, activations: jnp.ndarray, rigids: geometry.Rigid3Array )
colabdesign/colabdesign/af/alphafold/model/folding_multimer.py:168
Method__call__
Compute geometric aware attention. Given a set of query residues (defined by affines and associated scalar features), this function computes
colabdesign/colabdesign/af/alphafold/model/folding_multimer.py:221
Method__call__
( self, activations: Mapping[str, Any], aatype: jnp.ndarray, sequence_mask: jnp.ndarra
colabdesign/colabdesign/af/alphafold/model/folding_multimer.py:391
Method__call__
(self, representations: Mapping[str, jnp.ndarray], batch: Mapping[str, Any],
colabdesign/colabdesign/af/alphafold/model/folding_multimer.py:573
Method__call__
Predict sidechains using multi-rigid representations. Args: rigid: The Rigid's for each residue (translations in angstoms) representa
colabdesign/colabdesign/af/alphafold/model/folding_multimer.py:961
Method__call__
(self, batch, **kwargs)
colabdesign/colabdesign/af/alphafold/model/modules.py:111
Method__call__
Run the AlphaFold model.
colabdesign/colabdesign/af/alphafold/model/modules.py:150
Method__call__
Builds TemplatePairStack module. Arguments: pair_act: Pair activations for single template, shape [N_res, N_res, c_t]. pair_mask: Pai
colabdesign/colabdesign/af/alphafold/model/modules.py:180
Method__call__
Builds Transition module. Arguments: act: A tensor of queries of size [batch_size, N_res, N_channel]. mask: A tensor denoting the mas
colabdesign/colabdesign/af/alphafold/model/modules.py:263
Method__call__
Builds Attention module. Arguments: q_data: A tensor of queries, shape [batch_size, N_queries, q_channels]. m_data: A tensor of memor
colabdesign/colabdesign/af/alphafold/model/modules.py:322
Method__call__
Builds GlobalAttention module. Arguments: q_data: A tensor of queries with size [batch_size, N_queries, q_channels] m_data: A
colabdesign/colabdesign/af/alphafold/model/modules.py:420
Method__call__
Builds MSARowAttentionWithPairBias module. Arguments: msa_act: [N_seq, N_res, c_m] MSA representation. msa_mask: [N_seq, N_res] mask
colabdesign/colabdesign/af/alphafold/model/modules.py:516
Method__call__
Builds MSAColumnAttention module. Arguments: msa_act: [N_seq, N_res, c_m] MSA representation. msa_mask: [N_seq, N_res] mask of non-pa
colabdesign/colabdesign/af/alphafold/model/modules.py:581
Method__call__
Builds MSAColumnGlobalAttention module. Arguments: msa_act: [N_seq, N_res, c_m] MSA representation. msa_mask: [N_seq, N_res] mask of
colabdesign/colabdesign/af/alphafold/model/modules.py:634
Method__call__
Builds TriangleAttention module. Arguments: pair_act: [N_res, N_res, c_z] pair activations tensor pair_mask: [N_res, N_res] mask of n
colabdesign/colabdesign/af/alphafold/model/modules.py:691
Method__call__
Builds MaskedMsaHead module. Arguments: representations: Dictionary of representations, must contain: * 'msa': MSA representation,
colabdesign/colabdesign/af/alphafold/model/modules.py:760
Method__call__
Builds ExperimentallyResolvedHead module. Arguments: representations: Dictionary of representations, must contain: * 'structure_mod
colabdesign/colabdesign/af/alphafold/model/modules.py:793
Method__call__
Builds PredictedAlignedErrorHead module. Arguments: representations: Dictionary of representations, must contain: * 'pair': pair re
colabdesign/colabdesign/af/alphafold/model/modules.py:852
Method__call__
Builds ExperimentallyResolvedHead module. Arguments: representations: Dictionary of representations, must contain: * 'single': Sing
colabdesign/colabdesign/af/alphafold/model/modules.py:892
Method__call__
Builds TriangleMultiplication module. Arguments: left_act: Pair activations, shape [N_res, N_res, c_z] left_mask: Pair mask, shape [N_
colabdesign/colabdesign/af/alphafold/model/modules.py:936
Method__call__
Builds DistogramHead module. Arguments: representations: Dictionary of representations, must contain: * 'pair': pair representation
colabdesign/colabdesign/af/alphafold/model/modules.py:1074
Method__call__
Builds OuterProductMean module. Arguments: act: MSA representation, shape [N_seq, N_res, c_m]. mask: MSA mask, shape [N_seq, N_res].
colabdesign/colabdesign/af/alphafold/model/modules.py:1116
Method__call__
Builds EvoformerIteration module. Arguments: activations: Dictionary containing activations: * 'msa': MSA activations, shape [N_seq
colabdesign/colabdesign/af/alphafold/model/modules.py:1250
Method__call__
(self, batch, safe_key=None)
colabdesign/colabdesign/af/alphafold/model/modules.py:1378
Method__call__
Build the single template embedding. Arguments: query_embedding: Query pair representation, shape [N_res, N_res, c_z]. batch: A batch
colabdesign/colabdesign/af/alphafold/model/modules.py:1601
Method__call__
Build TemplateEmbedding module. Arguments: query_embedding: Query pair representation, shape [N_res, N_res, c_z]. template_batch: A ba
colabdesign/colabdesign/af/alphafold/model/modules.py:1719
Method__call__
Compute geometry-aware attention. Given a set of query residues (defined by affines and associated scalar features), this function computes g
colabdesign/colabdesign/af/alphafold/model/folding.py:72
Method__call__
(self, activations, sequence_mask, update_affine,
colabdesign/colabdesign/af/alphafold/model/folding.py:298
Method__call__
(self, representations, batch, safe_key=None)
colabdesign/colabdesign/af/alphafold/model/folding.py:478
Method__call__
(self, representations, batch, safe_key=None)
colabdesign/colabdesign/af/alphafold/model/folding.py:495
Method__call__
Predict side chains using multi-rigid representations. Args: affine: The affines for each residue (translations in angstroms). repres
colabdesign/colabdesign/af/alphafold/model/folding.py:908
Method__call__
(self, x: jnp.ndarray)
colabdesign/colabdesign/af/alphafold/model/common_modules.py:157
Method__call__
(self, batch, return_representations=False, safe_key=None)
colabdesign/colabdesign/af/alphafold/model/modules_multimer.py:77
Method__call__
( self, batch, return_representations=False, safe_key=None)
colabdesign/colabdesign/af/alphafold/model/modules_multimer.py:164
Method__call__
(self, batch, safe_key=None)
colabdesign/colabdesign/af/alphafold/model/modules_multimer.py:290
Method__call__
Generate an embedding for a set of templates. Args: query_embedding: [num_res, num_res, num_channel] a query tensor that will be us
colabdesign/colabdesign/af/alphafold/model/modules_multimer.py:471
Method__call__
Build the single template embedding graph. Args: query_embedding: (num_res, num_res, num_channels) - embedding of the query sequenc
colabdesign/colabdesign/af/alphafold/model/modules_multimer.py:539
Method__call__
Build a single iteration of the template embedder. Args: act: [num_res, num_res, num_channel] Input pairwise activations. pair_mask:
colabdesign/colabdesign/af/alphafold/model/modules_multimer.py:684
Method__call__
(self, x, *args_ys)
colabdesign/colabdesign/af/alphafold/model/layer_stack.py:78
Method__call__
(self, cls)
colabdesign/colabdesign/af/alphafold/model/geometry/struct_of_array.py:187
Method__call__
(self, x)
colabdesign/colabdesign/mpnn/modules.py:21
Method__call__
Parallel computation of full transformer layer
colabdesign/colabdesign/mpnn/modules.py:58
Method__call__
Parallel computation of full transformer layer
colabdesign/colabdesign/mpnn/modules.py:109
Method__call__
(self, h_V)
colabdesign/colabdesign/mpnn/modules.py:139
Method__call__
(self, offset, mask)
colabdesign/colabdesign/mpnn/modules.py:151
Method__call__
(self, I)
colabdesign/colabdesign/mpnn/modules.py:224
Method__call__
(self, arr)
colabdesign/colabdesign/mpnn/modules.py:292
Method__call__
(self, x)
colabdesign/colabdesign/mpnn/legacy/modules.py:21
Method__call__
Parallel computation of full transformer layer
colabdesign/colabdesign/mpnn/legacy/modules.py:58
Method__call__
Parallel computation of full transformer layer
colabdesign/colabdesign/mpnn/legacy/modules.py:107
Method__call__
(self, h_V)
colabdesign/colabdesign/mpnn/legacy/modules.py:137
Method__call__
(self, offset, mask)
colabdesign/colabdesign/mpnn/legacy/modules.py:149
Method__call__
(self, X, mask, residue_idx, chain_idx, offset=None)
colabdesign/colabdesign/mpnn/legacy/modules.py:231
Method__call__
(self, arr)
colabdesign/colabdesign/mpnn/legacy/modules.py:297
Method__call__
Graph-conditioned sequence model
colabdesign/colabdesign/mpnn/legacy/modules.py:339
Method__call__
LayerNorm is applied either before or after the self-attention/ffn modules similar to the original Transformer implementation.
colabdesign/colabdesign/esm_msa/modules.py:59
Method__call__
(self, input)
colabdesign/colabdesign/esm_msa/modules.py:88
Method__call__
(self, tokens, attentions)
colabdesign/colabdesign/esm_msa/modules.py:115
Method__call__
(self, x, *args, **kwargs)
colabdesign/colabdesign/esm_msa/modules.py:151
Method__call__
(self, x)
colabdesign/colabdesign/esm_msa/modules.py:188
Method__call__
(self, x)
colabdesign/colabdesign/esm_msa/modules.py:204
Method__call__
(self, tokens)
colabdesign/colabdesign/esm_msa/modules.py:220
Method__call__
(self, inputs: Union[Sequence[RawMSA], RawMSA], return_j=True)
colabdesign/colabdesign/esm_msa/data.py:212
Method__call__
(self, x, self_attn_padding_mask,)
colabdesign/colabdesign/esm_msa/axial_attention.py:101
Method__call__
( self, x, self_attn_padding_mask, )
colabdesign/colabdesign/esm_msa/axial_attention.py:189
Method__call__
(self, tokens)
colabdesign/colabdesign/esm_msa/model.py:68
Method__call__
(self, tokens)
colabdesign/colabdesign/esm_msa/model.py:126
Method__getitem__
(self, idx)
colabdesign/colabdesign/mpnn/legacy/utils.py:85
Method__getitem__
(self, idx)
colabdesign/colabdesign/esm_msa/data.py:57
Method__getstate__
(self)
colabdesign/colabdesign/af/alphafold/model/geometry/rigid_matrix_vector.py:99
Method__getstate__
(self)
colabdesign/colabdesign/af/alphafold/model/geometry/rotation_matrix.py:149
Method__getstate__
(self)
colabdesign/colabdesign/af/alphafold/model/geometry/vector.py:116
Method__init__
(self, X, X_weight=None, samples=None, mode="tied", k=1, seed=0,
colabdesign/colabdesign/seq/learn_msa.py:13
Method__init__
(self, X, X_weight=None, batch_size=None, ar=False, ar_ent=False,
colabdesign/colabdesign/seq/mrf.py:117
Method__init__
(self, X, X_weight=None, samples=1000, burn_in=1, temp=1.0, ar=False, ar_ent=Tru
colabdesign/colabdesign/seq/mrf.py:210
Method__init__
Args: model_name: Name of the pretrained IgLM model (e.g. "IgLM" or "IgLM-S"). seq_length: The length of the variable
colabdesign/colabdesign/iglm/model.py:17
Method__init__
Configure temperature and device; set scFv split attributes externally.
colabdesign/colabdesign/ablang/model.py:15
Method__init__
(self, protocol="fixbb", use_multimer=False, use_templates=False
colabdesign/colabdesign/af/model.py:24
Method__init__
Constructs Linear Module. Args: num_points: number of points to project. Can be tuple when outputting multiple dimensions g
colabdesign/colabdesign/af/alphafold/model/folding_multimer.py:143
Method__init__
Initialize. Args: config: iterative Fold Head Config global_config: Global Config of Model. dist_epsilon: Small value to avoid
colabdesign/colabdesign/af/alphafold/model/folding_multimer.py:199
Method__init__
(self, config: ml_collections.ConfigDict, global_config: ml_collections.ConfigDi
colabdesign/colabdesign/af/alphafold/model/folding_multimer.py:383
Method__init__
(self, config: ml_collections.ConfigDict, global_config: ml_collections.ConfigDi
colabdesign/colabdesign/af/alphafold/model/folding_multimer.py:565
Method__init__
(self, config: ml_collections.ConfigDict, global_config: ml_collections.ConfigDi
colabdesign/colabdesign/af/alphafold/model/folding_multimer.py:953
Method__init__
(self, key)
colabdesign/colabdesign/af/alphafold/model/prng.py:29
Method__init__
(self, config, global_config, name='alphafold_iteration')
colabdesign/colabdesign/af/alphafold/model/modules.py:106
Method__init__
(self, config, global_config, name='template_pair_stack')
colabdesign/colabdesign/af/alphafold/model/modules.py:175
Method__init__
(self, config, global_config, name='transition_block')
colabdesign/colabdesign/af/alphafold/model/modules.py:258
Method__init__
(self, config, global_config, output_dim, name='attention')
colabdesign/colabdesign/af/alphafold/model/modules.py:315
Method__init__
(self, config, global_config, output_dim, name='attention')
colabdesign/colabdesign/af/alphafold/model/modules.py:413
Method__init__
(self, config, global_config, name='msa_row_attention_with_pair_bias')
colabdesign/colabdesign/af/alphafold/model/modules.py:510
Method__init__
(self, config, global_config, name='msa_column_attention')
colabdesign/colabdesign/af/alphafold/model/modules.py:576
Method__init__
(self, config, global_config, name='msa_column_global_attention')
colabdesign/colabdesign/af/alphafold/model/modules.py:629
← previousnext →501–600 of 1,028, ranked by callers