transitive.closure.annotations: Transitive closure of annotations

Description Usage Arguments Value See Also Examples

View source: R/graph.utility.R

Description

Performs the transitive closure of the annotations using ancestors and the most specific annotation table. The annotations are propagated from bottom to top, enriching the most specific annotations table. The rows of the matrix correspond to the genes of the most specific annotation table and the columns to the OBO terms/classes.

Usage

1

Arguments

ann.spec

the annotation matrix of the most specific annotations (0/1): rows are genes and columns are OBO terms.

anc

list of the ancestors of the ontology.

Value

an annotation table T: rows correspond to genes and columns to OBO terms. T[i,j]=1 means that gene i is annotated for the term j, T[i,j]=0 means that gene i is not annotated for the term j.

See Also

specific.annotation.matrix, build.ancestors

Examples

1
2
3
4

gecko515/HEMDAG documentation built on Oct. 18, 2019, 6:34 a.m.