| haplotype-class {HaploSim} | R Documentation |
Definition of 'haplotype' class.
Objects can be created by calls of the form new("haplotype", ...).
snp:"integer" containing the
positions on the genome where the haplotype has a 1 allele. The
number of snp positions is the genome size in Morgan times the
number of decimal positions, both stored in 'haploList' objects. qtl:"list". Names of the list
are the QTL positions, on the same scale as snp positions. Objects
in the list are the QTL alleles.hID:"numeric" identifying the
current object of class 'haplotype'.phID0:"numeric" pointing to
the first parental haplotype.phID1:"numeric" pointing to
the second parental haplotype.No methods defined with class "haplotype" in the signature.
SampleHaplotype,
SampleHaplotypes,
haploList
showClass("haplotype")