View source: R/uniprot-access.R
uniprot_retrieve_proteome | R Documentation |
The proteome is written to a file with the name '<taxid>.faa', for example, Arabidopsis thaliana, which has the id 3702, will be written the '3702.faa'.
uniprot_retrieve_proteome(taxid, dir = "uniprot-seqs", verbose = TRUE)
taxid |
An NCBI taxonomy id |
dir |
Directory in which to write all FASTA files |
verbose |
Be super chatty |
## Not run:
# uniprot_retrieve_proteome(3702)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.