RCPD | R Documentation |
prepare a cpd of p values from randomized gene sets
RCPD(GOGOA3, ngenes, nrand, ONT)
GOGOA3 |
return value of subsetGOGOA() |
ngenes |
integer number of genes to randomize |
nrand |
integer number of randomizations |
ONT |
c("molecular_function","cellular_component","biological_process") |
the cpd of the randomizations is to be used for estimating the false discovery rate (FDR) of the real sampled genes
returns a histogram of log10(p)
#load("data/GOGOA3small.RData")
rcpd<-RCPD(GOGOA3small,ngenes=100,nrand=10,ONT="biological_process")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.