hyperGenes: hyperGenes

View source: R/HTGM.R

hyperGenesR 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)
 

HTGM documentation built on April 12, 2025, 1:30 a.m.