Description Usage Arguments See Also
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.
1 | writePhenoCSV(pheno, outfile, digits = NULL)
|
pheno |
An R/qtl |
outfile |
Output CSV file path. |
digits |
If specified, round numeric phenotype values to the specified number of digits. |
Other CSV functions: hasMapCSV,
readCovarCSV, readCrossCSV,
readGenoCSV, readMapCSV,
readMapframeCSV,
readPhenoCSV, recodeCSV,
sniffCSV, writeCrossCSV,
writeGenoCSV, writeMapCSV,
writeMapframeCSV
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.