xMakeGenes | R Documentation |
xMakeGenes
is supposed to prepare a gene_info RDS file.
xMakeGenes( gene_info.file = NULL, output.prefix = NULL, output.dir = "./", stamp = as.Date(Sys.time()) )
gene_info.file |
an input file for gene_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 |
an EG object
None
xMakeGenes
## Not run: EG <- xMakeGenes(gene_info.file="GeneInfo.9606", output.prefix="org.Hs.eg") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.