changeOrgDb: Change the Gene Annotation / Model Organism

Description Usage Arguments Value Note Author(s) Examples

View source: R/LINC_FUNCTIONS.R

Description

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.

Usage

1
changeOrgDb(object, OrgDb)

Arguments

object

an instance of the LINC class

OrgDb

has to be one of: c("org.Ag.eg.db", "org.At.tair.db", "org.Bt.eg.db", "org.Cf.eg.db", "org.Ce.eg.db", "org.Gg.eg.db", "org.Pt.eg.db", "org.Sco.eg.db", "org.EcK12.eg.db", "org.EcSakai.eg.db", "org.Dm.eg.db", "org.Tgondii.eg.db", "org.Hs.eg.db", "org.Pf.plasmo.db", "org.Mm.eg.db", "org.Ss.eg.db", "org.Rn.eg.db", "org.Mmu.eg.db", "org.Xl.eg.db", "org.Sc.sgd.db", "org.Dr.eg.db", "anopheles", "arabidopsis", "bovine", "canine", "celegans", "chicken", "chimp", "coelicolor", "ecolik12", "ecsakai", "fly", "gondii", "human", "malaria", "mouse", "pig", "rat", "rhesus", "xenopus", "yeast", "zebrafish")

Value

object with changed gene annotation hook

Note

Please, also consider the documentation of clusterProfiler and ReactomePA.

Author(s)

Manuel Goepferich

Examples

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')

LINC documentation built on April 28, 2020, 6:44 p.m.