catGenes | R Documentation |
match up genes in gene list with categories in GOGOA3 database
catGenes(geneList, GOGOA3, ontology)
geneList |
character vector of user-supplied genes of interest |
GOGOA3 |
return value of subsetGOGOA() |
ontology |
c("molecular_function","cellular_component","biological_process") |
returns a matrix of 1's and 0's indicating the presence or absence of gene-category pairs
#load("data/GOGOA3small.RData")
geneList<-cluster52
m1<-catGenes(geneList,GOGOA3small,"biological_process")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.