Learn R Programming

ABHgenotypeR (version 1.0.1)

writeABHgenotypes: 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

Run this code
## Not run: writeABHgenotypes(genotypes, outfile = "./outfile_name.csv")

Run the code above in your browser using DataLab