pruneCatGenes | R Documentation |
eliminate those categories to which no genes map
pruneCatGenes(m, mn = 2, mx = 200)
m |
the return value of catGenes() |
mn |
integer min category size threshold passed to trimGOGOA3() |
mx |
integer max category size threshold passed to trimGOGOA3() |
returns pruned version of matrix m
#load("data/x_cg.RData")
m<-pruneCatGenes(x_cg,2,200)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.