FDR | R Documentation |
compute the false discovery rate (FDR) of the hypergeometric p values of genes mapping to gene ontology (GO) categories
FDR(sampleList, GOGOA3, nrand, ONT)
sampleList |
character vector of user-supplied genes of interest |
GOGOA3 |
return value of subsetGOGOA() |
nrand |
integer number of randomizations |
ONT |
c("molecular_function","cellular_component","biological_process") |
returns a list with FDR information
#load("data/GOGOA3small.RData")
sampleList<-randSubsetGeneList(GOGOA3small$genes[["biological_process"]],10)
fdr<-FDR(sampleList,GOGOA3small,nrand=100,"biological_process")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.