Description Usage Arguments Value Examples
Constructs a BiclusterExperiment-class
object holding data,
with a slot for future biclustering runs performed on that data. To run
biclustering, use addStrat()
.
1 2 3 4 | BiclusterExperiment(m, bcs = list(),
phenoData = Biobase::annotatedDataFrameFrom(m, byrow = FALSE),
featureData = annotatedDataFrameFrom(m, byrow = TRUE), pp = FALSE,
maxNa = 0)
|
m |
The data on which derived BiclusterStrategy objects will be calculated. Should be a matrix or a class coercible to matrix, with samples as columns and features as rows |
bcs |
May be a |
phenoData |
Metadata about the rows of |
featureData |
Metadata about the columns of |
pp |
Whether to preprocess |
maxNa |
If |
A BiclusterExperiment-class
object containing the data
passed to the constructor
1 | bce <- BiclusterExperiment(yeast_benchmark[[1]])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.