View source: R/xMakeGenesets.r
xMakeGenesets | R Documentation |
xMakeGenesets
is supposed to prepare a gene_info RDS file.
xMakeGenesets( association.file = NULL, set_info.file = NULL, output.prefix = NULL, output.dir = "./", stamp = as.Date(Sys.time()) )
association.file |
an input file for association |
set_info.file |
an input file for set_info |
output.prefix |
a prefix for the output file |
output.dir |
the output directory |
stamp |
the stamp associated with this RDS file. By default it is the date when the file created |
a GS object
None
xMakeGenesets
## Not run: GS <- xMakeGenesets(association.file="GENE2GOMF.txt", set_info.file="GO.txt", output.prefix="org.Hs.egGOMF") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.