Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/google-deepmind/alphafold3
/ functions
Functions
889 in github.com/google-deepmind/alphafold3
⨍
Functions
889
◇
Types & classes
165
↳
Endpoints
1
Function
angdiff
Compute absolute difference between two angles.
src/alphafold3/jax/geometry/utils.py:35
Function
apply_denoising_step
(carry, noise_level)
src/alphafold3/model/network/diffusion_head.py:333
Method
apply_inverse_to_point
Apply inverse Rigid3Array transform to point.
src/alphafold3/jax/geometry/rigid_matrix_vector.py:130
Method
apply_inverse_to_point
Applies inverse Rot3Array to point.
src/alphafold3/jax/geometry/rotation_matrix.py:149
Method
apply_to_coords
Applies the `operations` in right-to-left order.
src/alphafold3/structure/bioassemblies.py:59
Method
as_data_dict
(self)
src/alphafold3/model/features.py:871
Method
as_data_dict
(self)
src/alphafold3/model/features.py:1027
Method
as_data_dict
(self)
src/alphafold3/model/features.py:1108
Method
as_data_dict
(self)
src/alphafold3/model/features.py:1227
Method
as_data_dict
(self)
src/alphafold3/model/features.py:1333
Method
as_data_dict
(self)
src/alphafold3/model/features.py:1455
Method
as_data_dict
(self)
src/alphafold3/model/features.py:1817
Method
as_data_dict
(self)
src/alphafold3/model/features.py:1892
Method
as_data_dict
(self)
src/alphafold3/model/features.py:2039
Method
as_data_dict
(self)
src/alphafold3/model/features.py:2175
Method
as_data_dict
Converts batch object to dictionary.
src/alphafold3/model/feat_batch.py:71
Method
as_np_or_jnp
(self, xnp: types.ModuleType)
src/alphafold3/model/atom_layout/atom_layout.py:354
Method
assembly_chain_ids_by_asym_id
( self, assembly_id: str )
src/alphafold3/structure/bioassemblies.py:207
Method
assembly_ids
(self)
src/alphafold3/structure/bioassemblies.py:197
Method
assertStructuresEqual
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
Method
asym_id_by_assembly_chain_id
(self, assembly_id: str)
src/alphafold3/structure/bioassemblies.py:200
Method
atom_b_factor
(self)
src/alphafold3/structure/structure.py:590
Function
atom_cross_att_decoder
Mapping to per-atom features and self-attention on subsets.
src/alphafold3/model/network/atom_cross_attention.py:370
Function
atom_cross_att_encoder
Cross-attention on flat atom subsets and mapping to per-token features.
src/alphafold3/model/network/atom_cross_attention.py:126
Method
atom_element
(self)
src/alphafold3/structure/structure.py:574
Method
atom_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
Method
atom_key
(self)
src/alphafold3/structure/structure.py:566
Function
atom_layout_from_structure
Extract AtomLayout from a Structure.
src/alphafold3/model/atom_layout/atom_layout.py:463
Method
atom_name
(self)
src/alphafold3/structure/structure.py:570
Method
atom_occupancy
(self)
src/alphafold3/structure/structure.py:594
Method
atom_x
(self)
src/alphafold3/structure/structure.py:578
Method
atom_y
(self)
src/alphafold3/structure/structure.py:582
Method
atom_z
(self)
src/alphafold3/structure/structure.py:586
Method
atoms_table
Atoms table.
src/alphafold3/structure/structure.py:417
Method
author_naming_scheme
(self)
src/alphafold3/structure/structure.py:457
Function
autocreate
Marks a field as having a default factory derived from its type.
src/alphafold3/common/base_config.py:52
Function
bfloat16_context
()
src/alphafold3/model/components/utils.py:55
Function
bfloat16_getter
Ensures that a bfloat16 parameter is provided by casting if necessary.
src/alphafold3/model/components/utils.py:46
Method
bioassembly_data
(self)
src/alphafold3/structure/structure.py:443
Method
block
(act, pair_logits)
src/alphafold3/model/network/diffusion_transformer.py:216
Method
block
(queries_act, pair_logits)
src/alphafold3/model/network/diffusion_transformer.py:368
Method
bonds
(self)
src/alphafold3/structure/structure.py:453
Method
bonds_table
Bonds table.
src/alphafold3/structure/structure.py:422
Function
build_data
Builds intermediate data.
src/alphafold3/build_data.py:32
Method
chain_auth_asym_id
Returns the chain auth asym ID for each atom in the structure.
src/alphafold3/structure/structure.py:527
Method
chain_boundaries
The indices in the atom fields where each present chain begins.
src/alphafold3/structure/structure.py:598
Method
chain_entity_desc
Returns the entity description for each atom in the structure.
src/alphafold3/structure/structure.py:520
Method
chain_entity_id
Returns the entity ID for each atom in the structure.
src/alphafold3/structure/structure.py:513
Method
chain_id
(self)
src/alphafold3/structure/structure.py:534
Function
chain_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
Method
chain_type
(self)
src/alphafold3/structure/structure.py:539
Method
chains
Ordered internal chain IDs (label_asym_id) present in the Structure.
src/alphafold3/structure/structure.py:2679
Method
chains_table
Chains table.
src/alphafold3/structure/structure.py:407
Function
check_binary_exists
Checks if a binary exists on the given path and raises otherwise.
src/alphafold3/data/tools/subprocess_utils.py:42
Method
chemical_components_data
( self, )
src/alphafold3/structure/structure.py:447
Function
choose_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
Function
clean_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
Method
close
(self)
src/alphafold3/model/params.py:119
Method
closed
(self)
src/alphafold3/model/params.py:123
Method
columns
The names of the columns in the table, including the key column.
src/alphafold3/structure/table.py:114
Function
compare_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
Function
component_name_to_info
(ccd: Ccd, res_name: str)
src/alphafold3/constants/chemical_components.py:183
Method
compose_rotation
(self, other_rotation: rotation_matrix.Rot3Array)
src/alphafold3/jax/geometry/rigid_matrix_vector.py:135
Method
compute_center
(value)
src/alphafold3/jax/geometry/rigid_matrix_vector.py:205
Method
compute_chunk
(left_act)
src/alphafold3/model/network/modules.py:401
Method
compute_features
Compute the template features.
src/alphafold3/model/features.py:730
Method
compute_features
Compute the per-token features.
src/alphafold3/model/features.py:932
Method
compute_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
Method
compute_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
Method
compute_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
Method
compute_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
Method
compute_features
Reference structure information for each residue.
src/alphafold3/model/features.py:1688
Method
compute_features
Pads the all_token_atoms_layout and stores other data.
src/alphafold3/model/features.py:1857
Method
compute_features
Computes gather indices and meta data to work with a flat atom list.
src/alphafold3/model/features.py:1920
Method
compute_features
Computes features for backbone frames.
src/alphafold3/model/features.py:2067
Function
concat_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
Function
concat_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
Method
construct_input
( query_embedding, templates: features.Templates, multichain_mask_2d )
src/alphafold3/model/network/template_modules.py:260
Function
convert
Convert an array from one atom layout to another.
src/alphafold3/model/atom_layout/atom_layout.py:933
Function
convert_a3m_to_stockholm
Converts MSA in the A3M format to the Stockholm format.
src/alphafold3/data/parsers.py:73
Function
convert_stockholm_to_a3m
Converts MSA in Stockholm format to the A3M format.
src/alphafold3/data/parsers.py:113
Method
coords
A [..., num_atom, 3] shaped array of atom coordinates.
src/alphafold3/structure/structure.py:1973
Method
copy_and_update
Returns a copy of this database with the specified changes applied.
src/alphafold3/structure/table.py:488
Method
copy_and_update_coords
Returns a copy with the x, y and z columns updated.
src/alphafold3/structure/structure_tables.py:176
Method
copy_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
Method
copy_and_update_residues
Returns a shallow copy with the residues table updated.
src/alphafold3/structure/structure.py:1403
Function
create_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
Function
create_msa_feat
Create and concatenate MSA features.
src/alphafold3/model/network/featurization.py:120
Function
create_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
Function
create_query_fasta_file
Creates a fasta file with the sequence with line width limit.
src/alphafold3/data/tools/subprocess_utils.py:31
Function
create_relative_encoding
Add relative position encodings.
src/alphafold3/model/network/featurization.py:177
Function
create_target_feat
Make target feat.
src/alphafold3/model/network/featurization.py:145
Function
cross
(vector1: Vec3Array, vector2: Vec3Array)
src/alphafold3/jax/geometry/vector.py:168
Function
deduplicate_unpaired_sequences
Deduplicates unpaired sequences based on paired sequences.
src/alphafold3/model/msa_pairing.py:219
Method
depth
(self)
src/alphafold3/data/msa.py:249
Method
description
(self)
src/alphafold3/common/folding_input.py:217
Method
description
(self)
src/alphafold3/common/folding_input.py:526
Method
description
(self)
src/alphafold3/common/folding_input.py:718
Function
dihedral_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
Method
dna_chains
(self)
src/alphafold3/common/folding_input.py:1018
← previous
next →
501–600 of 889, ranked by callers