onto.GOCC: Gene Ontology Cellular Component (GOCC).

Description Usage Value References Examples

Description

An R object that contains information on Gene Ontology Cellular Component 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://www.geneontology.org/ontology/obo_format_1_2/gene_ontology.1_2.obo. Only the edges with the relation (either 'is_a' or 'part_of') are retained.

Usage

1

Value

an object of S4 class Onto. It has slots for "nodeInfo" and "adjMatrix"

References

Ashburner et al. (2000) Gene ontology: tool for the unification of biology. Nat Genet, 25:25-29.
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

1
2

Example output

Loading required package: Matrix
Loading required package: igraph

Attaching package:igraphThe following objects are masked frompackage:stats:

    decompose, spectrum

The following object is masked frompackage:base:

    union

Loading required package: dnet
Loading required package: supraHex
Loading required package: hexbin

Attaching package:dcGORThe following object is masked frompackage:base:

    write

An object of S4 class 'Onto'
@adjMatrix: a direct matrix of 3215 terms (parents/from) X 3215 terms (children/to) 
@nodeInfo (InfoDataFrame)
  nodeNames: GO:0005575 GO:0005576 GO:0005623 ... GO:0044192 GO:0044201
    (3215 total)
  nodeAttr: term_id term_name term_namespace term_distance

dcGOR documentation built on May 2, 2019, 3:34 p.m.

Related to onto.GOCC in dcGOR...