| haploSet-class {SHARE} | R Documentation |
A class to store the haplotype sequences and their frequencies.
Objects can be created by calls of the form new("haploSet",
...).
haploSeq:"data.frame" to store
the haplotype sequences. Names of haplotype sequences are used as
the row names of the "data.frame", and names of SNPs are used
as the column names.haploFreq:"vector" to store
the frequencies of the haplotype sequences in the haploSeq
slot. Names of each elements must match the names of haplotype sequences.signature(.Object = "haploSet"): the
"vector" object in the haploFreq slot.signature(.Object = "haploSet"): the
"data.frame" object in the haploSeq slot.Ting-Yuan Liu
showClass("haploSet")