Learn R Programming

HEMDAG (version 2.7.4)

specific.annotation.list: Specific annotations list

Description

Build the annotation list starting from the matrix of the most specific annotations.

Usage

specific.annotation.list(ann)

Arguments

ann

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

Value

A named list, where names of each component correspond to examples (genes) and elements of each component are the associated functional terms.

Examples

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

Run the code above in your browser using DataLab