hyperGenes {HTGM}R Documentation

hyperGenes

Description

populate subdirectory of hyperlinked gene lists

Usage

hyperGenes(l, dir)

Arguments

l

return value of GoMiner()

dir

character string containing path name of results directory

Value

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

Examples

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

[Package HTGM version 1.1 Index]