readGenotypeTableFromPath.Rd
This function is a wrapper for the
TasselGenotypePhenotype
class. It is used for storing genotype
information into a class object.
readGenotypeTableFromPath(path, keepDepth = FALSE, sortPositions = FALSE)
A genotype data path (e.g. *.VCF, *.hmp
, etc.).
Should depth be kept? Defaults to FALSE
.
Should positions be sorted? Defaults to FALSE
.
Returns an object of TasselGenotypePhenotype
class.