initialize,CogapsResult-method {CoGAPS} | R Documentation |
Constructor for CogapsResult
## 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