Learn R Programming

HEMDAG (version 2.1.3)

specific.annotation.list: Specific annotations list

Description

Construct a list of the most specific annotations starting from the table of the most specific annotations

Usage

specific.annotation.list(ann)

Arguments

ann

annotation matrix (0/1). Rows are examples and columns are most specific terms. It must be a named matrix.

Value

a named list, where the names of each component correspond to an examples (genes) and the elements of each component are the most specific classes associated to that genes

See Also

specific.annotation.matrix

Examples

Run this code
# NOT RUN {
data(labels);
spec.list <- specific.annotation.list(L);
# }

Run the code above in your browser using DataLab