find.pval.index {varmixt} | R Documentation |
This function gets the index of genes below using p-value criterion
find.pval.index(data, pval, method = c("gene", "VM", "VM2", "anova")[2])
data |
gene expression result data object |
pval |
p-value cut-off |
method |
string in "gene", "VM", "VM2", "anova". Method for computing the p-value |
A vector with the index of the genes below a given p-value cut-off
Paul Delmar