Description Usage Arguments Details See Also
This function reads yeast cross genotype data from an R/qtl CSV file
and returns a geno object. The returned geno object has an
attribute 'info' of type CrossInfo. This
CrossInfo object contains information about the
genotype data, including sample IDs, which must be present in the
input genotype data file.
1 | readGenoCSV(infile, require.mapunit = TRUE)
|
infile |
Input CSV file path. |
require.mapunit |
Require map unit information in map positions. |
By default, any genetic map positions must include map units (i.e.
'cM'). To read a genotype file without requiring map units,
set parameter require.mapunit to FALSE. If map units
are not required and not found, map positions are assumed to be in
centiMorgans.
Other CSV functions: hasMapCSV,
readCovarCSV, readCrossCSV,
readMapCSV, readMapframeCSV,
readPhenoCSV, recodeCSV,
sniffCSV, writeCrossCSV,
writeGenoCSV, writeMapCSV,
writeMapframeCSV,
writePhenoCSV
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.