An object of class mappoly.data
which contains a
list with the following components:
mploidy level
n.indnumber individuals
n.mrktotal number of markers
ind.namesthe names of the individuals
mrk.namesthe names of the markers
dosage.pa vector containing the dosage in
parent P for all n.mrk
markers
dosage.qa vector containing the dosage in
parent Q for all n.mrk
markers
sequencea vector indicating which sequence each marker
belongs. Zero indicates that the marker was not assigned to any
sequence
sequence.posphysical position of the markers into the
sequence
prob.thresprobability threshold to associate a marker call to a
dosage. Markers with maximum genotype probability smaller than 'prob.thres'
were considered as missing data in the 'geno.dose' matrix
geno.dosea matrix containing the dosage for each markers (rows)
for each individual (columns). Missing data are represented by
ploidy_level + 1
genoa data.frame
containing the probability distribution for each combination of
marker and offspring. The first two columns represent the marker
and the offspring, respectively. The remaining elements represent
the probability associated to each one of the possible
dosages. Missing data are converted from NA
to the expected
segregation ratio using function segreg_poly
n.phennumber of phenotypic traits
phena matrix containing the phenotypic data. The rows
correspond to the traits and the columns correspond
to the individuals
chisq.pvala vector containing p-values related to the chi-squared
test of Mendelian segregation performed for all markers