GOthresh | R Documentation |
retrieve lines of m that meet both enrichThresh and countThresh
GOthresh(m, sampleFDR, enrichThresh, countThresh, fdrThresh)
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 |
fdrThresh |
numerical acceptance threshold for fdr |
returns a subset of matrix (m joined with fdr$sampleFDR) with entries meeting all thresholds
#load("data/x_m.RData")
#load("data/x_fdr.RData")
thresh<-GOthresh(x_m,x_fdr$sampleFDR,enrichThresh=2,countThresh=2,fdrThresh=0.100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.