gcell.protein.uniprot.UniProtAPI.get_uniprot_id

gcell.protein.uniprot.UniProtAPI.get_uniprot_id#

UniProtAPI.get_uniprot_id(gene_name, organism='Homo sapiens', reviewed=True)[source]#

Get UniProt ID(s) from gene name.

Return type:

list[str]

Args:

gene_name: Gene name to search for organism: Organism name (default: “Homo sapiens”) reviewed: Whether to return only reviewed (SwissProt) entries (default: True)

Returns:

List of UniProt IDs