Learn R Programming

mgsa (version 1.20.0)

MgsaSets-class: Sets of items and their annotations

Description

This class describes sets, items and their annotations.

Arguments

Slots

sets
A list whose elements are vector of item indices.
itemName2ItemIndex
The mapping of item names to index.
numberOfItems
How many items?
setAnnotations
Annotations of the sets. The rownames are set names.
itemAnnotations
Annotations of the items. The rownames are item names.

Details

Internally, the method mgsa indexes all elements of the sets before fitting the model. In case mgsa must be run on several observations with the same gene sets, computations can be speeded up by performing this indexing once for all. This can be achieved by building a MgsaSets. In order to ensure consistency of the indexing, no replace method for any slot is provided. Accessors are available.

The data frames setAnnotations and itemAnnotations allow to store annotations. No constraint is imposed on the number and names of their columns.

See Also

MgsaGoSets, readGAF, mgsa

Examples

Run this code
new("MgsaSets", sets=list(set1=c("a", "b"), set2=c("b", "c")))

Run the code above in your browser using DataLab