Usage
gseaSignatures(x,gsets,logScale=TRUE,absVals=FALSE,averageRepeats=FALSE, B=1000,mc.cores=1,test='perm', minGenes=10,maxGenes=500,center=FALSE)
Arguments
x
ePhenoTest
, numeric
or matrix
object
containing hazard ratios or fold changes.
gsets
character or list object containing the names of the
genes that belong to each signature.
logScale
if values should be log scaled.
absVals
if TRUE fold changes and hazard ratios that are negative
will be turned into positive before starting the process. This is
useful when genes can go in both directions.
averageRepeats
if x is of class numeric and has repeated names
(several measures for some indivdual names) we can average the
measures of the same names.
B
number of simulations to perform.
mc.cores
number of processors to use.
test
the test that will be used. 'perm' stands for the permutation
based method, 'wilcox' stands for the wilcoxon test (this is the fastest
one) and 'ttperm' stands for permutation t test.
minGenes
gene sets with less than minGenes genes will be removed
from the analysis.
maxGenes
gene sets with more than maxGenes genes will be removed
from the analysis.
center
if we want to center scores (fold changes or hazard
ratios). The following is will be done: x = x-mean(x).