transitive.closure.annotations: Transitive closure of annotations

Description Usage Arguments Value Examples

View source: R/annotation.utility.R

Description

Perform the transitive closure of the annotations using ancestors and the most specific annotation matrix. The annotations are propagated from bottom to top, enriching the most specific annotations table. Rows correspond to genes and columns to functional terms.

Usage

1

Arguments

ann.spec

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

anc

the ancestor list.

Value

The 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.

Examples

1
2
3
4

HEMDAG documentation built on Feb. 12, 2021, 5:13 p.m.