Description Usage Arguments Details Value See Also
This function identifies the type of data in the input CSV file. This can
be 'cross', 'geno', 'pheno', or 'map'.
Alternatively, it can be 'unknown' if the data cannot be identified.
1 | sniffCSV(infile)
|
infile |
Input CSV file path. |
Note that this function should be used with some discretion, as some R/qtl input file types cannot be distinguished. For example, a covariate data file containing a sample ID column will be misidentified as containing phenotype data.
A string describing the type of data in the input CSV file.
Other CSV functions: hasMapCSV,
readCovarCSV, readCrossCSV,
readGenoCSV, readMapCSV,
readMapframeCSV,
readPhenoCSV, recodeCSV,
writeCrossCSV, writeGenoCSV,
writeMapCSV,
writeMapframeCSV,
writePhenoCSV
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.