getIDs: getIDs

Description Usage Arguments Value Author(s) References Examples

View source: R/getIDs.R

Description

Mapping gene identifiers. An easy-to-use and robust wrapper around AnnotationDbi's mapIds function.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
getIDs(
  identifiers,
  from,
  to,
  species = NULL,
  taxid = NULL,
  quiet = TRUE,
  multiVals = "first",
  ...
)

Arguments

identifiers
  • input gene identifiers

from
  • input identifier type, one of (case insensitive): c("ACCNUM", "ALIAS", "ENSEMBL", "ENSEMBLPROT", "ENSEMBLTRANS", "ENTREZID", "ENZYME", "EVIDENCE", "EVIDENCEALL", "GENENAME", "GO", "GOALL", "IPI", "MGI", "ONTOLOGY", "ONTOLOGYALL", "PATH", "PFAM", "PMID", "PROSITE", "REFSEQ", "SYMBOL", "UNIGENE", "UNIPROT")

to
  • output identifier type, see from.

species
  • organism identifier for input genes.

Value

output gene identifiers

Author(s)

Tyler W Bradshaw, twesleyb10@gmail.com

References

none

Examples

1
getIDs(mygenes, from = "symbol", to = "entrez", species = "mouse")

twesleyb/geneLists documentation built on Oct. 30, 2021, 7:28 p.m.