Learn R Programming

HTGM (version 1.1)

htgmM: htgmM

Description

generate FDR matrix of id versus cat

Usage

htgmM(l, fdrThresh)

Value

returns numeric matrix m containing FDR values

Arguments

l

list of return values of GoMiner()

fdrThresh

numerical acceptance threshold for fdr

Examples

Run this code
# load("data/x_l.RData")
m<-htgmM(x_l,.1)

Run the code above in your browser using DataLab