Learn R Programming

HTGM2D (version 1.1.1)

catGenes: catGenes

Description

match up genes in gene list with categories in GOGOA3 database

Usage

catGenes(geneList, GOGOA3, ontology)

Value

returns a matrix of 1's and 0's indicating the presence or absence of gene-category pairs

Arguments

geneList

character vector of user-supplied genes of interest

GOGOA3

return value of subsetGOGOA()

ontology

c("molecular_function","cellular_component","biological_process")

Examples

Run this code
#load("data/GOGOA3small.RData")
geneList<-cluster52
m1<-catGenes(geneList,GOGOA3small,"biological_process")

Run the code above in your browser using DataLab