htgmM | R Documentation |
generate FDR matrix of id versus cat
htgmM(l, fdrThresh)
l |
list of return values of GoMiner() |
fdrThresh |
numerical acceptance threshold for fdr |
returns numeric matrix m containing FDR values
# load("data/x_l.RData")
m<-htgmM(x_l,.1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.