xMakeGenes: Function to prepare a gene_info RDS file

View source: R/xMakeGenes.r

xMakeGenesR Documentation

Function to prepare a gene_info RDS file

Description

xMakeGenes is supposed to prepare a gene_info RDS file.

Usage

xMakeGenes(
gene_info.file = NULL,
output.prefix = NULL,
output.dir = "./",
stamp = as.Date(Sys.time())
)

Arguments

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

Value

an EG object

Note

None

See Also

xMakeGenes

Examples

## Not run: 
EG <- xMakeGenes(gene_info.file="GeneInfo.9606",
output.prefix="org.Hs.eg")

## End(Not run)

hfang-bristol/XGR documentation built on Feb. 4, 2023, 7:05 a.m.