Description Usage Arguments Value Examples
Map GENE SYMBOL, NAME, AND ENTREZID to a vector of Uniprot IDS
1  | artmsMapUniprot2Entrez(uniprotkb, species)
 | 
uniprotkb | 
 (vector) Vector of UniprotKB IDs  | 
species | 
 (char) The species name. Species currently supported
as part of artMS: check   | 
(data.frame) with ENTREZID and GENENAMES mapped on UniprotKB ids
1 2 3 4 5  | # Load an example with human proteins
exampleID <- c("Q6P996", "B1N8M6")
artmsMapUniprot2Entrez(uniprotkb = exampleID, 
                       species = "HUMAN")
                       
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.