hyperGenes | R Documentation |
populate subdirectory of hyperlinked gene lists
hyperGenes(l, dir)
l |
return value of GoMiner() |
dir |
character string containing path name of results directory |
returns no value but has side effect of populating subdirectory of hyperlinked gene lists
# x_l<-load("data/x_l.RData")
dir<-tempdir()
print(dir)
hyperGenes(x_l,dir)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.