gcell.protein.uniprot.UniProtAPI.download_database

gcell.protein.uniprot.UniProtAPI.download_database#

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

Download UniProt database for a specific organism.

Return type:

Path

Args:

output_dir: Directory to save the database organism: Organism name (default: “Homo sapiens”) reviewed: Whether to download only reviewed (SwissProt) entries (default: True)

Returns:

Path to the downloaded file