Description Usage Arguments Value Note Examples
Gathers the gene list to use for GOTerm analysis.
1 2 3 4 5 6 | getGeneList(
genes = NULL,
org = "org.Hs.eg.db",
fromType = "SYMBOL",
toType = c("ENTREZID")
)
|
genes, |
gene list |
org, |
orgranism for gene symbol entrez ID conversion |
fromType, |
from Type |
toType, |
to Type |
ENTREZ ID list
GOTerm
getGeneList
symobol to ENTREZ ID conversion
1 | x <- getGeneList(c('OCLN', 'ABCC2'))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.