Learn R Programming

dcGOR (version 1.0.0)

obo.MP: Mammalian Phenotype (MP).

Description

An R object that contains information on Mammalian Phenotype terms. These terms are organised as a direct acyclic graph (DAG), which is further stored as an object of the class 'igraph' (see http://igraph.org/r/doc/aaa-igraph-package.html). This data is prepared based on http://sourceforge.net/p/diseaseontology/code/HEAD/tree/trunk/HumanMP.obo.

Usage

data(obo.MP)

Arguments

Value

  • an object of class "igraph". As a direct graph, it has attributes to vertices/nodes:
    • vertex attributes: "name" (i.e. Term ID), "term_id" (i.e. Term ID), "term_name" (i.e. Term Name), "term_namespace" (i.e. Term Namespace), and "term_distance" (i.e. Term Distance: the distance to the root; always 0 for the root itself)

References

Smith et al. (2009) The Mammalian Phenotype Ontology: enabling robust annotation and comparative analysis. Wiley Interdiscip Rev Syst Biol Med, 1:390-399. Fang H and Gough J. (2013) dcGO: database of domain-centric ontologies on functions, phenotypes, diseases and more. Nucleic Acids Res, 41(Database issue):D536-44.

Examples

Run this code
data(obo.MP)
obo.MP

Run the code above in your browser using DataLab