hexafake.geno.dist {mappoly} | R Documentation |
Simulated autohexaploid dataset with genotype probabilities.
Description
A dataset of a hypothetical autohexaploid full-sib population
containing three homology groups. This dataset contains the
probability distribution of the genotypes and 2% of missing data,
but is essentially the same dataset found in hexafake
Usage
hexafake.geno.dist
Format
An object of class mappoly.data
which contains a
list with the following components:
- ploidy
ploidy level = 6
- n.ind
number individuals = 300
- n.mrk
total number of markers = 1500
- ind.names
the names of the individuals
- mrk.names
the names of the markers
- dosage.p1
a vector containing the dosage in parent P for all
n.mrk
markers- dosage.p2
a vector containing the dosage in parent Q for all
n.mrk
markers- chrom
a vector indicating which sequence each marker belongs. Zero indicates that the marker was not assigned to any sequence
- genome.pos
Physical position of the markers into the sequence
- prob.thres = 0.95
probability threshold to associate a marker call to a dosage. Markers with maximum genotype probability smaller than 'prob.thres' are considered as missing data for the dosage calling purposes
- geno
a 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
- geno.dose
a matrix containing the dosage for each markers (rows) for each individual (columns). Missing data are represented by
ploidy_level + 1 = 7
- n.phen
There are no phenotypes in this simulation
- phen
There are no phenotypes in this simulation