writePhenoCSV: Write yeast pheno data to a CSV file.

Description Usage Arguments See Also

View source: R/csv.R

Description

This function writes a yeast pheno object to an R/qtl CSV file. The pheno object must have an attribute 'info' of type CrossInfo, from which phenotype and sample IDs are taken.

Usage

1
writePhenoCSV(pheno, outfile, digits = NULL)

Arguments

pheno

An R/qtl cross pheno object.

outfile

Output CSV file path.

digits

If specified, round numeric phenotype values to the specified number of digits.

See Also

Other CSV functions: hasMapCSV, readCovarCSV, readCrossCSV, readGenoCSV, readMapCSV, readMapframeCSV, readPhenoCSV, recodeCSV, sniffCSV, writeCrossCSV, writeGenoCSV, writeMapCSV, writeMapframeCSV


gact/shmootl documentation built on Nov. 11, 2021, 6:23 p.m.