Annotations of Mouse Entrez Genes (EG) by Mammalian Phenotype (MP).

Description

An R object that contains associations between Mammalian Phenotype terms and Mouse Entrez Genes. This data is prepared based on ftp://ftp.informatics.jax.org/pub/reports/MPheno_OBO.ontology and ftp://ftp.informatics.jax.org/pub/reports/MGI_PhenoGenoMP.rpt.

Usage

org.Mm.egMP <- dRDataLoader(RData = "org.Mm.egMP")

Value

an object of class "GS", a list with following components:

  • set_info: a matrix of nSet X 4 containing gene set information, where nSet is the number of gene sets (i.e. MP terms), and the 4 columns are "setID" (i.e. "Term ID"), "name" (i.e. "Term Name"), "namespace" and "distance"
  • gs: a list of gene sets, each storing gene members thereof. Always, gene sets are identified by "setID" and gene members identified by "Entrez ID"

References

Smith et al. (2009) The Mammalian Phenotype Ontology: enabling robust annotation and comparative analysis. Wiley Interdiscip Rev Syst Biol Med, 1:390-399.

Examples

org.Mm.egMP <- dRDataLoader(RData='org.Mm.egMP')
'org.Mm.egMP' (from https://github.com/hfang-bristol/RDataCentre/blob/master/dnet/1.0.7/org.Mm.egMP.RData?raw=true) has been loaded into the working environment (at 2018-01-19 12:38:45)
names(org.Mm.egMP)
[1] "gs" "set_info"