Description Usage Arguments Details Value
View source: R/aaa-AllClasses.R
coseqResults
is a subclass of RangedSummarizedExperiment
,
used to store the co-expression results as well as some additional
information useful for plotting (tcounts
, y_profiles
) and
meta-information about the co-expression analysis (transformation
,
normFactors
).
1 2 3 4 5 6 7 8 9 |
SummarizedExperiment |
a |
allResults |
List of conditional probabilities of cluster membership for each gene, in all models fit |
model |
|
transformation |
Transformation applied to counts to obtain |
tcounts |
Transformed counts used for mixture model fitting |
y_profiles |
y profiles used for |
normFactors |
Scaling factors used for normalization |
This constructor function would not typically be used by "end users".
This simple class extends the RangedSummarizedExperiment
class of the
SummarizedExperiment package
to allow other packages to write methods for results
objects from the coseq package. It is used by coseqRun
to wrap up the results table.
a coseqResults object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.