find.pval.index {varmixt}R Documentation

Index of genes below using p-value criterion

Description

This function gets the index of genes below using p-value criterion

Usage

find.pval.index(data, pval, method = c("gene", "VM", "VM2", "anova")[2])

Arguments

data gene expression result data object
pval p-value cut-off
method string in "gene", "VM", "VM2", "anova". Method for computing the p-value

Value

A vector with the index of the genes below a given p-value cut-off

Author(s)

Paul Delmar


[Package varmixt version 0.2-4 Index]