Learn R Programming

HTGM (version 1.1)

hyperGenes: hyperGenes

Description

populate subdirectory of hyperlinked gene lists

Usage

hyperGenes(l, dir)

Value

returns no value but has side effect of populating subdirectory of hyperlinked gene lists

Arguments

l

return value of GoMiner()

dir

character string containing path name of results directory

Examples

Run this code
# x_l<-load("data/x_l.RData")
dir<-tempdir()
print(dir)
hyperGenes(x_l,dir)
 

Run the code above in your browser using DataLab