powered by
retrieve lines of m that meet both enrichThresh and countThresh
GOthresh(m, sampleFDR, enrichThresh, countThresh, pvalThresh, fdrThresh)
returns a subset of matrix (m joined with fdr$sampleFDR) with entries meeting all thresholds
return value of GOenrich3()
component of return value of RCPD()
numerical acceptance threshold for enrichment
numerical acceptance threshold for gene count
numerical acceptance threshold for pval
numerical acceptance threshold for fdr
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