Description Usage Arguments See Also
This function writes a yeast cross to an R/qtl CSV file.
Phenotype, genotype, and sample IDs are taken from the 'info'
attribute of the cross, if present.
1 2 | writeCrossCSV(cross, outfile, chr = NULL, digits = NULL,
include.mapunit = TRUE)
|
cross |
An R/qtl |
outfile |
Output CSV file path. |
chr |
Vector of sequences for which genotype data should be included in the output file. If none are specified, genotype data are output for all sequences. |
digits |
If specified, round genetic map positions and numeric phenotype values to the specified number of digits. |
include.mapunit |
Include map unit information in map positions. |
Other CSV functions: hasMapCSV,
readCovarCSV, readCrossCSV,
readGenoCSV, readMapCSV,
readMapframeCSV,
readPhenoCSV, recodeCSV,
sniffCSV, writeGenoCSV,
writeMapCSV,
writeMapframeCSV,
writePhenoCSV
Other cross object functions: crossesEqual,
getIdColIndex,
getPhenoColIndices,
hasTimeSeriesPhenotypes,
inferStrainIndices,
inferTetradIndices,
inferTimeStep,
interpTimeSeries,
padTimeSeries, permCross,
permIndices, pull.alleles,
pull.chr, pull.crosstype,
pull.ind, readCrossCSV,
readCrossHDF5, writeCrossHDF5
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.