Usage
performSOGL(data, varname, test, B, which = c("score", "empirical"), min.weight = 1e-05, two.sided = TRUE, percent = 0.95)
Arguments
data
MetaArray object, the rownames in the gene expression data matrices must be equal
varname
A string indicating which column of clinical data matrices
should be used to compute test statistic. Same column is used in all datasets.
test
"FCH"
for fold change (function fold.change
)
or "T"
for T-test (function meta.test
)
which
if "empirical"
then empirical confidence intervals of number of overlapping genes are also provided, if "score"
only random and subsampled scores necessary for tunning alpha parameter are calculated
min.weight
Minimal weight for score calculation
two.sided
if TRUE
both top and bottom of the ordered gene lists are considered, if FALSE
only top ones
percent
Percentage (Numeric between 0
and 1
) of the score for genes selection