artmsMapUniprot2Entrez: Map GENE SYMBOL, NAME, AND ENTREZID to a vector of Uniprot...

View source: R/annotations.R

artmsMapUniprot2EntrezR Documentation

Map GENE SYMBOL, NAME, AND ENTREZID to a vector of Uniprot IDS

Description

Map GENE SYMBOL, NAME, AND ENTREZID to a vector of Uniprot IDS

Usage

artmsMapUniprot2Entrez(uniprotkb, species)

Arguments

uniprotkb

(vector) Vector of UniprotKB IDs

species

(char) The species name. Species currently supported as part of artMS: check ?artmsIsSpeciesSupported() to find out the list of supported species'

Value

(data.frame) with ENTREZID and GENENAMES mapped on UniprotKB ids

Examples

# Load an example with human proteins
exampleID <- c("Q6P996", "B1N8M6")
artmsMapUniprot2Entrez(uniprotkb = exampleID, 
                       species = "HUMAN")

biodavidjm/artMS documentation built on July 7, 2023, 12:24 p.m.