Learn R Programming

GenABEL (version 1.8-0)

save.gwaa.data: function to save gwaa.data object

Description

Saves GenABEL data in internal format

Usage

save.gwaa.data(data, phenofile = "pheno.dat", genofile = "geno.raw", human = FALSE)

Arguments

data
gwaa.data object
phenofile
name of file where the phenotypes will be saved to
genofile
name of file where the genotypes will be saved to
human
if human=TRUE, saves in human-readable format (to be converted to internal format later)

Value

No value returned

Details

When running with human=TRUE, a lot of memory (and time to complete the operation) is required. Probably, this option would not work because of memory limitations in a GWA scan iwth more then few hundreds of people. This is possible to fix; drop me a message if you need that.

See Also

load.gwaa.data