htgmM {HTGM} | R Documentation |
htgmM
Description
generate FDR matrix of id versus cat
Usage
htgmM(l, fdrThresh)
Arguments
l |
list of return values of GoMiner() |
fdrThresh |
numerical acceptance threshold for fdr |
Value
returns numeric matrix m containing FDR values
Examples
# load("data/x_l.RData")
m<-htgmM(x_l,.1)
[Package HTGM version 1.1 Index]