View source: R/UniprotToGenename.R
UniprotToGenename | R Documentation |
This is a simple function which uses the Uniprot REST API to request the gene names from a list of uniprot IDs.
UniprotToGenename(ids)
ids |
A character vector of Uniprot IDs. |
contaminants <- c("P19013", "Q7RTT2", "P15636", "P09870", "Q9R4J5")
UniprotToGenename(ids = contaminants)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.