MCPcopy Create free account

hub / github.com/google-deepmind/alphafold3 / functions

Functions889 in github.com/google-deepmind/alphafold3

Functionangdiff
Compute absolute difference between two angles.
src/alphafold3/jax/geometry/utils.py:35
Functionapply_denoising_step
(carry, noise_level)
src/alphafold3/model/network/diffusion_head.py:333
Methodapply_inverse_to_point
Apply inverse Rigid3Array transform to point.
src/alphafold3/jax/geometry/rigid_matrix_vector.py:130
Methodapply_inverse_to_point
Applies inverse Rot3Array to point.
src/alphafold3/jax/geometry/rotation_matrix.py:149
Methodapply_to_coords
Applies the `operations` in right-to-left order.
src/alphafold3/structure/bioassemblies.py:59
Methodas_data_dict
(self)
src/alphafold3/model/features.py:871
Methodas_data_dict
(self)
src/alphafold3/model/features.py:1027
Methodas_data_dict
(self)
src/alphafold3/model/features.py:1108
Methodas_data_dict
(self)
src/alphafold3/model/features.py:1227
Methodas_data_dict
(self)
src/alphafold3/model/features.py:1333
Methodas_data_dict
(self)
src/alphafold3/model/features.py:1455
Methodas_data_dict
(self)
src/alphafold3/model/features.py:1817
Methodas_data_dict
(self)
src/alphafold3/model/features.py:1892
Methodas_data_dict
(self)
src/alphafold3/model/features.py:2039
Methodas_data_dict
(self)
src/alphafold3/model/features.py:2175
Methodas_data_dict
Converts batch object to dictionary.
src/alphafold3/model/feat_batch.py:71
Methodas_np_or_jnp
(self, xnp: types.ModuleType)
src/alphafold3/model/atom_layout/atom_layout.py:354
Methodassembly_chain_ids_by_asym_id
( self, assembly_id: str )
src/alphafold3/structure/bioassemblies.py:207
Methodassembly_ids
(self)
src/alphafold3/structure/bioassemblies.py:197
MethodassertStructuresEqual
Checks whether two Structure objects could be considered equal. Args: struc1: First Structure object. struc2: Second Structure object
src/alphafold3/structure/test_utils.py:113
Methodasym_id_by_assembly_chain_id
(self, assembly_id: str)
src/alphafold3/structure/bioassemblies.py:200
Methodatom_b_factor
(self)
src/alphafold3/structure/structure.py:590
Functionatom_cross_att_decoder
Mapping to per-atom features and self-attention on subsets.
src/alphafold3/model/network/atom_cross_attention.py:370
Functionatom_cross_att_encoder
Cross-attention on flat atom subsets and mapping to per-token features.
src/alphafold3/model/network/atom_cross_attention.py:126
Methodatom_element
(self)
src/alphafold3/structure/structure.py:574
Methodatom_ids
Gets a list of atom ID tuples from Structure class arrays. Returns: A list of tuples of (chain_id, res_id, insertion_code, atom_name) where
src/alphafold3/structure/structure.py:991
Methodatom_key
(self)
src/alphafold3/structure/structure.py:566
Functionatom_layout_from_structure
Extract AtomLayout from a Structure.
src/alphafold3/model/atom_layout/atom_layout.py:463
Methodatom_name
(self)
src/alphafold3/structure/structure.py:570
Methodatom_occupancy
(self)
src/alphafold3/structure/structure.py:594
Methodatom_x
(self)
src/alphafold3/structure/structure.py:578
Methodatom_y
(self)
src/alphafold3/structure/structure.py:582
Methodatom_z
(self)
src/alphafold3/structure/structure.py:586
Methodatoms_table
Atoms table.
src/alphafold3/structure/structure.py:417
Methodauthor_naming_scheme
(self)
src/alphafold3/structure/structure.py:457
Functionautocreate
Marks a field as having a default factory derived from its type.
src/alphafold3/common/base_config.py:52
Functionbfloat16_context
()
src/alphafold3/model/components/utils.py:55
Functionbfloat16_getter
Ensures that a bfloat16 parameter is provided by casting if necessary.
src/alphafold3/model/components/utils.py:46
Methodbioassembly_data
(self)
src/alphafold3/structure/structure.py:443
Methodblock
(act, pair_logits)
src/alphafold3/model/network/diffusion_transformer.py:216
Methodblock
(queries_act, pair_logits)
src/alphafold3/model/network/diffusion_transformer.py:368
Methodbonds
(self)
src/alphafold3/structure/structure.py:453
Methodbonds_table
Bonds table.
src/alphafold3/structure/structure.py:422
Functionbuild_data
Builds intermediate data.
src/alphafold3/build_data.py:32
Methodchain_auth_asym_id
Returns the chain auth asym ID for each atom in the structure.
src/alphafold3/structure/structure.py:527
Methodchain_boundaries
The indices in the atom fields where each present chain begins.
src/alphafold3/structure/structure.py:598
Methodchain_entity_desc
Returns the entity description for each atom in the structure.
src/alphafold3/structure/structure.py:520
Methodchain_entity_id
Returns the entity ID for each atom in the structure.
src/alphafold3/structure/structure.py:513
Methodchain_id
(self)
src/alphafold3/structure/structure.py:534
Functionchain_pair_pde
Compute predicted distance errors for all pairs of chains. Args: num_tokens: The number of tokens (not including padding). asym_ids: The as
src/alphafold3/model/confidences.py:299
Methodchain_type
(self)
src/alphafold3/structure/structure.py:539
Methodchains
Ordered internal chain IDs (label_asym_id) present in the Structure.
src/alphafold3/structure/structure.py:2679
Methodchains_table
Chains table.
src/alphafold3/structure/structure.py:407
Functioncheck_binary_exists
Checks if a binary exists on the given path and raises otherwise.
src/alphafold3/data/tools/subprocess_utils.py:42
Methodchemical_components_data
( self, )
src/alphafold3/structure/structure.py:447
Functionchoose_paired_unpaired_msa_crop_sizes
Returns the sizes of the MSA crop and MSA_all_seq crop. NOTE: Unpaired + paired MSA sizes can exceed total_msa_size when there are lots of gapp
src/alphafold3/model/msa_pairing.py:247
Functionclean_structure
Returns a cleaned version of the input structure. Args: struc: Structure to clean. ccd: The chemical components dictionary. drop_missin
src/alphafold3/model/pipeline/structure_cleaning.py:75
Methodclose
(self)
src/alphafold3/model/params.py:119
Methodclosed
(self)
src/alphafold3/model/params.py:123
Methodcolumns
The names of the columns in the table, including the key column.
src/alphafold3/structure/table.py:114
Functioncompare_chirality
Compares chirality of ligands in a structure with reference molecules. We do not enforce that ligand atoms exactly match, only that the ligand atom
src/alphafold3/model/scoring/chirality.py:149
Functioncomponent_name_to_info
(ccd: Ccd, res_name: str)
src/alphafold3/constants/chemical_components.py:183
Methodcompose_rotation
(self, other_rotation: rotation_matrix.Rot3Array)
src/alphafold3/jax/geometry/rigid_matrix_vector.py:135
Methodcompute_center
(value)
src/alphafold3/jax/geometry/rigid_matrix_vector.py:205
Methodcompute_chunk
(left_act)
src/alphafold3/model/network/modules.py:401
Methodcompute_features
Compute the template features.
src/alphafold3/model/features.py:730
Methodcompute_features
Compute the per-token features.
src/alphafold3/model/features.py:932
Methodcompute_features
Compute the PredictedStructureInfo features. Args: all_tokens: flat AtomLayout with 1 representative atom per token, shape (num_tok
src/alphafold3/model/features.py:1061
Methodcompute_features
Computes the InterChainBondInfo features. Args: all_tokens: AtomLayout for tokens; shape (num_tokens,). all_token_atoms_layout: Atom
src/alphafold3/model/features.py:1132
Methodcompute_features
Computes the InterChainBondInfo features. Args: all_tokens: AtomLayout for tokens; shape (num_tokens,). bond_layout: Bond layout for
src/alphafold3/model/features.py:1252
Methodcompute_features
Compute the PseudoBetaInfo features. Args: all_token_atoms_layout: AtomLayout for all atoms per token, shape (num_tokens, max_atom
src/alphafold3/model/features.py:1355
Methodcompute_features
Reference structure information for each residue.
src/alphafold3/model/features.py:1688
Methodcompute_features
Pads the all_token_atoms_layout and stores other data.
src/alphafold3/model/features.py:1857
Methodcompute_features
Computes gather indices and meta data to work with a flat atom list.
src/alphafold3/model/features.py:1920
Methodcompute_features
Computes features for backbone frames.
src/alphafold3/model/features.py:2067
Functionconcat_databases
Concatenates the tables across a sequence of databases. Args: dbs: A non-empty sequence of database instances of the same type. Returns:
src/alphafold3/structure/table.py:514
Functionconcat_with_atom_keys
Concatenates bonds tables and atom keys simultaneously. Args: bonds_tables: A sequence of `Bonds` instances to concatenate. If any are No
src/alphafold3/structure/bonds.py:175
Methodconstruct_input
( query_embedding, templates: features.Templates, multichain_mask_2d )
src/alphafold3/model/network/template_modules.py:260
Functionconvert
Convert an array from one atom layout to another.
src/alphafold3/model/atom_layout/atom_layout.py:933
Functionconvert_a3m_to_stockholm
Converts MSA in the A3M format to the Stockholm format.
src/alphafold3/data/parsers.py:73
Functionconvert_stockholm_to_a3m
Converts MSA in Stockholm format to the A3M format.
src/alphafold3/data/parsers.py:113
Methodcoords
A [..., num_atom, 3] shaped array of atom coordinates.
src/alphafold3/structure/structure.py:1973
Methodcopy_and_update
Returns a copy of this database with the specified changes applied.
src/alphafold3/structure/table.py:488
Methodcopy_and_update_coords
Returns a copy with the x, y and z columns updated.
src/alphafold3/structure/structure_tables.py:176
Methodcopy_and_update_from_res_arrays
Like copy_and_update but changes are arrays of length num_residues. These changes are first scattered into arrays of length num_atoms such th
src/alphafold3/structure/structure.py:1266
Methodcopy_and_update_residues
Returns a shallow copy with the residues table updated.
src/alphafold3/structure/structure.py:1403
Functioncreate_empty_output_struc_and_layout
Make zero-coordinate structure from all physical residues. Args: struc: Structure object. ccd: The chemical components dictionary. with
src/alphafold3/model/pipeline/structure_cleaning.py:254
Functioncreate_msa_feat
Create and concatenate MSA features.
src/alphafold3/model/network/featurization.py:120
Functioncreate_paired_features
Creates per-chain MSA features where the MSAs have been aligned. Args: chains: A list of feature dicts, one for each chain. max_paired_sequ
src/alphafold3/model/msa_pairing.py:87
Functioncreate_query_fasta_file
Creates a fasta file with the sequence with line width limit.
src/alphafold3/data/tools/subprocess_utils.py:31
Functioncreate_relative_encoding
Add relative position encodings.
src/alphafold3/model/network/featurization.py:177
Functioncreate_target_feat
Make target feat.
src/alphafold3/model/network/featurization.py:145
Functioncross
(vector1: Vec3Array, vector2: Vec3Array)
src/alphafold3/jax/geometry/vector.py:168
Functiondeduplicate_unpaired_sequences
Deduplicates unpaired sequences based on paired sequences.
src/alphafold3/model/msa_pairing.py:219
Methoddepth
(self)
src/alphafold3/data/msa.py:249
Methoddescription
(self)
src/alphafold3/common/folding_input.py:217
Methoddescription
(self)
src/alphafold3/common/folding_input.py:526
Methoddescription
(self)
src/alphafold3/common/folding_input.py:718
Functiondihedral_angle
Computes torsion angle for a quadruple of points. For points (a, b, c, d), this is the angle between the planes defined by points (a, b, c) and (
src/alphafold3/jax/geometry/vector.py:200
Methoddna_chains
(self)
src/alphafold3/common/folding_input.py:1018
← previousnext →501–600 of 889, ranked by callers