writeABHgenotypes {ABHgenotypeR} | R Documentation |
Export a genotype list to a .csv file.
Description
Export a genotype list to a .csv file.
Usage
writeABHgenotypes(genos = "genotypes", outfile = "./outfile.csv")
Arguments
genos |
The output of readABHgenotypes or one of the impuation/error correction functions. |
outfile |
The path and filename of the output file. |
Value
A file which can be used in R/qtl or elsewhere.
Examples
## Not run: writeABHgenotypes(genotypes, outfile = "./outfile_name.csv")
[Package ABHgenotypeR version 1.0.1 Index]