sbset.pval {varmixt} | R Documentation |
This function finds and returns the subset of vm.result object using gene p-values
sbset.pval(data, pval, method = c("gene", "VM", "VM2", "anova")[2])
data |
gene expression data result object |
pval |
P value cut off |
method |
Method for computing the q-value. Must be "gene" or "VM" or "VM2" or "anova". |
A subset of the gene expression data object with the genes below a given p value criterion.
Paul Delmar