initialize-CogapsResult-method: Constructor for CogapsResult

Description Usage Arguments Value

Description

Constructor for CogapsResult

Usage

 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,
  ...
)

Arguments

.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

Value

initialized CogapsResult object


CoGAPS documentation built on Nov. 8, 2020, 5:02 p.m.