convertId2 | R Documentation |
convertId2()
uses the Bimap interface in AnnotationDbi to extract information from
annotation packages. The function is limited to Human and Mouse annotations and is provided only as
fallback mechanism for the most common use cases in data analysis. Please use the Biomart interface
function convert.bm()
for more flexibility.
convertId2(id, species = c("Human", "Mouse"))
id |
( |
species |
( |
A named character vector where the input IDs are the names and the query results the values.
Bimap-envirAPI
convertId2("ENSG00000111199")
convertId2("TRPV4")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.