An object of class mappoly.data
which contains all markers
from both datasets. It will be 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
seq.refif one or both datasets originated from read_vcf, it keeps
reference alleles from sequencing platform, otherwise is NULL
seq.altif one or both datasets originated from read_vcf, it keeps
alternative alleles from sequencing platform, otherwise is NULL
all.mrk.depthif one or both datasets originated from read_vcf, it keeps
marker read depths from sequencing, otherwise is NULL
prob.thres(unused field)
geno.dosea matrix containing the dosage for each markers (rows)
for each individual (columns). Missing data are represented by
ploidy_level + 1
genoif both datasets contain genotype distribution information,
the final object will contain 'geno'. This is set to NULL otherwise
nphen(0)
phen(NULL)
chisq.pvala vector containing p-values related to the chi-squared
test of Mendelian segregation performed for all markers in both datasets
keptif elim.redundant=TRUE when reading any dataset, holds all non-redundant markers
elim.correspondenceif elim.redundant=TRUE when reading any dataset,
holds all non-redundant markers and its equivalence to the redundant ones