htgmM: htgmM

View source: R/HTGM.R

htgmMR 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)


HTGM documentation built on April 12, 2025, 1:30 a.m.