gcell.protein.get_seq_from_uniprot_id

gcell.protein.get_seq_from_uniprot_id#

gcell.protein.get_seq_from_uniprot_id(uniprot_id)[source]#

Get protein sequence for a given UniProt ID.

Args:

uniprot_id (str): UniProt identifier (e.g., “P04637”)

Returns:

Seq: Biopython Seq object containing the protein sequence

Raises:

KeyError: If the UniProt ID is not found in the database