Usage
anotaGetSigGenes(dataT=NULL, dataP=NULL, phenoVec=NULL, anotaQcObj=NULL,
correctionMethod="BH", contrasts=NULL, useRVM=TRUE, useProgBar=TRUE)
Arguments
dataT
A matrix with cytosolic mRNA data. Non numerical rownames
are needed.
dataP
A matrix with translational activity data. Non numerical rownames
are needed.
phenoVec
A vector describing the sample classes (each class
should have a unique identifier). Note that dataT, dataP and phenoVec
have to have the same sample order so that column 1 in dataP is
the translational data for a sample, column 1 in dataT is the
cytosolic mRNA data and position 1 in phenoVec describes the sample
class.
anotaQcObj
The object returned by anotaPerformQc.
correctionMethod
anota corrects p-values for multiple testing using the
multtest package. Correction method can be "Bonferroni", "Holm",
"Hochberg", "SidakSS", "SidakSD", "BH", "BY", "ABH" or
"TSBH" as implemented in the multtest package or "qvalue" as
implemented in the qvalue package. Default is "BH".
contrasts
When there is more than 2 sample categories it is
possible to use custom contrasts. The order of the sample
classes needs to be correct and can be seen in the object generated
from anotaPerformQc in the phenoClasses slot (see details section).
useRVM
Should the Random Variance Model be applied. Default is
TRUE.
useProgBar
Should the progress bar be shown. Default is TRUE,
show progress bar.