biocontext_kb.core.alphafold#
Functions#
|
Query AlphaFold database using protein name. First converts protein symbol to UniProt ID, then fetches structure predictions. |
|
Query AlphaFold database for protein structure data. |
Package Contents#
- biocontext_kb.core.alphafold.get_alphafold_info_by_protein_symbol(protein_symbol, species='9606')#
Query AlphaFold database using protein name. First converts protein symbol to UniProt ID, then fetches structure predictions.
- Returns:
AlphaFold prediction data including PDB/CIF file URLs, confidence scores, and metadata or error message.
- Return type:
- Parameters: