Description Usage Arguments Details Value Examples
#' Imports: AnnotationDbi, org.Hs.eg.db, org.Mm.eg.db,
1 | seekX2Y(x, xtype, ytype, species)
|
x |
vector of characters, the gene IDs of the type 'xtype' |
xtype |
character, indicating the gene ID type of the input 'x', e.g. "ENTREZID", "SYMBOL", etc. |
ytype |
character, indicating the desired gene ID type for the output, e.g. "ENTREZID", "SYMBOL", etc. |
species |
character, specifying the species, must be either "human" or "mouse" |
calls mapIds from the AnnotationDbi package. Option multivals is set to "first"
a vector of characters, the gene IDs of the output type 'ytype'
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.