gcell.protein.get_seq_from_gene_name

gcell.protein.get_seq_from_gene_name#

gcell.protein.get_seq_from_gene_name(gene_name)[source]#

Get protein sequence for a given gene name.

Args:

gene_name (str): Official gene symbol (e.g., “TP53”)

Returns:

Seq: Biopython Seq object containing the protein sequence

Raises:

KeyError: If the gene name is not found in the database