save.gwaa.data {GenABEL} | R Documentation |
Saves GenABEL data in internal format
save.gwaa.data(data, phenofile = "pheno.dat", genofile = "geno.raw", human = FALSE)
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) |
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.
No value returned
Yurii Aulchenko