Description Usage Value References Examples
An R object that contains information on Human Phenotype Phenotypic Abnormality 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://purl.obolibrary.org/obo/hp.obo.
1 |
an object of class "igraph". As a direct graph, it has attributes to vertices/nodes and edges:
vertex attributes
: "name" (i.e. "Term ID"), "term_id"
(i.e. "Term ID"), "term_name" (i.e "Term Name") and "term_distance"
(i.e. Term Distance: the distance to the root; always 0 for the root
itself)
edge attributes
: "relation" (either 'is_a' or 'part_of')
Robinson et al. (2012) The Human Phenotype Ontology: a tool for annotating and analyzing human hereditary disease. Am J Hum Genet, 83:610-615.
1 2 | ig.HPPA <- dRDataLoader(RData='ig.HPPA')
ig.HPPA
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.