artmsMapUniprot2Entrez | R Documentation |
Map GENE SYMBOL, NAME, AND ENTREZID to a vector of Uniprot IDS
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
# 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.