Usage
samrocN(data=M,formula=~as.factor(g), contrast=c(0,1), N = c(50, 100, 200, 300),B=100, perc = 0.6,
smooth = FALSE, w = 1, measure = "euclid", p0 = NULL, probeset = NULL)
Arguments
data
The data matrix, or ExpressionSet
formula
a linear model formula
contrast
the contrast to be estimnated
N
the size of top lists under consideration
B
the number of bootstrap iterations
perc
the largest eligible percentile of SE to be used as fudge factor
smooth
if TRUE, the std will be estimated as a smooth function of expression level
w
the relative weight of false positives
measure
the goodness criterion
p0
the proportion unchanged probesets; if NULL p0 will be estimated
probeset
probeset ids;if NULL then "probeset 1", "probeset 2", ... are used.