meta.test(cp.list,
meta.p = c("simes", "bonferroni", "fisher", "dperm.min",
"dperm.max", "dperm.weight", "fperm", "whitlock",
"minp", "maxp", "weight", "pandora", "none"), counts,
sample.list, statistics, stat.args, libsize.list,
nperm = 10000, weight = rep(1/length(statistics),
length(statistics)), reprod=TRUE, multic = FALSE)
metaseqr
help page.metaseqr
help page.metaseqr
help
page.metaseqr
help page.metaseqr
help page.metaseqr
help page.metaseqr
and the stat.*
help
pages.meta.p="dperm.min"
, meta.p="dperm.max"
or meta.p="dperm.weight"
. Ideally one would
want to create the same set of indices for a given
dataset so as to create reproducible p-values. If
reprod=TRUE
, a fixed seed is used by
meta.perm
for all the datasets analyzed with
metaseqr
. If reprod=FALSE
, then the
p-values will not be reproducible, although
statistical significance is not expected to change
for a large number of resambling. Finally,
reprod
can be a numeric vector of seeds with
the same length as nperm
so that the user can
supply his/her own seeds.metaseqr
help
page.