convertIDs: Get other Ids for genes in the same order

Description Usage Arguments Value See Also Examples

Description

Get other Ids for genes in the same order

Usage

1
convertIDs(ids, from, to, db, ifMultiple = c("putNA", "useFirst"))

Arguments

ids,

character vector of gene ids

from,

type of ID of ids vector

to,

type of ID to convert

db,

org.species.eg.db class

ifMultiple,

what to do when multiple possibles IDs

Value

annotated dataframe

See Also

AnnotationDbi::select used to annotate the dataframe

Examples

1
convertIDs(list_genes, "ENSEMBLTRANS", "SYMBOL", org.Mm.eg.db, "useFirst")

hbc/CHBUtils documentation built on May 17, 2019, 3:07 p.m.