select.features(x, cutoff.p = 0.05, p.adjust.method = "BH")
snowball
p.adjust
for more
detailsfullList
and
selectedList
.fullLIst
is a data.frame that
contains rd
, pval
and positive
,
corresponding respectively to the RD, p value and an
indicator variable of weather the RD value is above or
below the median value. selectedList
is a data.frame
that contains the same variables as those in
fullList
with only the top genes that satisfy the
significance cutoff specified by cutoff.p
.