version
either 1 or 2. If 1, then the importance measure is computed
by 1 - padj, where padj is the adjusted p-value. If 2, the importance measure is determined
by -log10(padj), where a raw p-value equal to 0 is set to 1 / (10 * n.perm) to avoid
infinitive importances.
adjust
character vector naming the method with which the raw permutation based
p-values are adjusted for multiplicity. If "qvalue", the function qvalue.cal
from the package siggenes is used to compute q-values. Otherwise,
p.adjust is used to adjust for multiple comparisons. See p.adjust for all
other possible specifications of adjust. If "none", the raw p-values will
be used.