Learn R Programming

attract (version 1.24.0)

SynExpressionSet-class: Class SynExpressionSet

Description

This is a class representation for storing synexpression group information.

Arguments

Objects from the Class

Objects are output by the function findSynexprs. Objects can also be created by using new("SynExpressionSet", ...).

Slots

groups:
A list object denoting the probes or gene IDs (rnaseq) belonging to each synexpression group.
profiles:
A matrix of average expresson profiles for each synexpression group, each profile is stored as a row.

Methods

No methods have yet been defined with class "SynExpressionSet" in the signature.

Examples

Run this code
new.synexpressionset <- new("SynExpressionSet", groups=list(), profiles=matrix(0))

Run the code above in your browser using DataLab