Description Usage Arguments Value Note Author(s) Examples
View source: R/LINC_FUNCTIONS.R
The standard gene annotation in LINC is "org.Hs.eg.db"
. This function is only relevant in case the input gene expression matrix is from another organism than Homo Sapiens.
1 | changeOrgDb(object, OrgDb)
|
object |
an instance of the |
OrgDb |
has to be one of:
|
object with changed gene annotation hook
Please, also consider the documentation of clusterProfiler and ReactomePA.
Manuel Goepferich
1 2 3 4 | data(BRAIN_EXPR)
# change the used gene annotation, here from "human" to "mouse"
murine_matrix <- changeOrgDb(crbl_matrix, OrgDb = 'org.Mm.eg.db')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.