Description Usage Arguments Value
Constructor for CogapsResult
1 2 3 4 5 6 7 8 9 10 11 12 13 | ## S4 method for signature 'CogapsResult'
initialize(
.Object,
Amean,
Pmean,
Asd,
Psd,
meanChiSq,
geneNames,
sampleNames,
diagnostics = NULL,
...
)
|
.Object |
CogapsResult object |
Amean |
mean of sampled A matrices |
Pmean |
mean of sampled P matrices |
Asd |
std dev of sampled A matrices |
Psd |
std dev of sampled P matrices |
meanChiSq |
mean value of ChiSq statistic |
geneNames |
names of genes in data |
sampleNames |
names of samples in data |
diagnostics |
assorted diagnostic reports from the run |
... |
initial values for slots |
initialized CogapsResult object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.