getUPtax | R Documentation |
Get UniProt taxonomy information.
getUPtax(file, candUP, candTax = NULL)
file |
downloaded file |
candUP |
candidate UniProt organism identification codes |
candTax |
candidate taxonomy name |
Obtain the list of UniProt organism identification codes, by querying taxonomy or UniProt codes. https://ftp.uniprot.org/pub/databases/uniprot/current_release/knowledgebase/complete/docs/speclist.txt The file above must be downloaded and specified to file argument.
data.frame consisting of taxonomy name and UniProt IDs
file <- "speclist.txt"
## Not run: getUPtax(file, candUP="all")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.