View source: R/download_tax_from_ncbi.R
| download_tax_from_ncbi | R Documentation |
Create a dataframe with taxonomic information extracted from NCBI.
download_tax_from_ncbi(
taxid,
rank_vc = c("superkingdom", "kingdom", "subphylum", "superclass", "class",
"suborder", "order", "family", "subfamily", "genus")
)
taxid |
A character vector containing Uniprot taxonomy id |
rank_vc |
A character vector containing Taxonomic rank columns |
Dataframe
## Not run:
#sequential
download_xml_from_phmer(body_list =
list(seqdb = "pdb",seq = '>Seq\nKLRVLGYH'))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.