powered by
match up genes in gene list with categories in GOGOA3 database
catGenes(geneList, GOGOA3, ontology)
returns a matrix of 1's and 0's indicating the presence or absence of gene-category pairs
character vector of user-supplied genes of interest
return value of subsetGOGOA()
c("molecular_function","cellular_component","biological_process")
#load("data/GOGOA3small.RData") geneList<-cluster52 m1<-catGenes(geneList,GOGOA3small,"biological_process")
Run the code above in your browser using DataLab