Description Usage Arguments Value See Also Examples
Get other Ids for genes in the same order
1 | convertIDs(ids, from, to, db, ifMultiple = c("putNA", "useFirst"))
|
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 |
annotated dataframe
AnnotationDbi::select
used to annotate the dataframe
1 | convertIDs(list_genes, "ENSEMBLTRANS", "SYMBOL", org.Mm.eg.db, "useFirst")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.