Learn R Programming

GoMiner (version 1.2)

GOthresh: GOthresh

Description

retrieve lines of m that meet both enrichThresh and countThresh

Usage

GOthresh(m, sampleFDR, enrichThresh, countThresh, pvalThresh, fdrThresh)

Value

returns a subset of matrix (m joined with fdr$sampleFDR) with entries meeting all thresholds

Arguments

m

return value of GOenrich3()

sampleFDR

component of return value of RCPD()

enrichThresh

numerical acceptance threshold for enrichment

countThresh

numerical acceptance threshold for gene count

pvalThresh

numerical acceptance threshold for pval

fdrThresh

numerical acceptance threshold for fdr

Examples

Run this code
thresh<-GOthresh(x_m,x_fdr$sampleFDR,enrichThresh=2,countThresh=2,pvalThresh=0.1,fdrThresh=0.100)

Run the code above in your browser using DataLab