pruneCatGenes: pruneCatGenes

View source: R/HTGM3D.R

pruneCatGenesR Documentation

pruneCatGenes

Description

eliminate those categories to which no genes map

Usage

pruneCatGenes(m, mn = 2, mx = 200)

Arguments

m

the return value of catGenes()

mn

integer min category size threshold passed to trimGOGOA3()

mx

integer max category size threshold passed to trimGOGOA3()

Value

returns pruned version of matrix m

Examples

#load("data/x_cg.RData")
m<-pruneCatGenes(x_cg,2,200)


HTGM3D documentation built on June 8, 2025, 11:06 a.m.