mppData {mppR} | R Documentation |
Complete mppData
object
Description
Complete mppData
object made from a sample data of the maize US nested
association mapping (NAM) population. This mppData object went through all
the steps of the data processing: create.mppData
,
QC.mppData
, IBS.mppData
, IBD.mppData
, parent_cluster.mppData
. The mppData contain all the data
necessary for the QTL analysis procedures.
Usage
data(mppData)
Format
mppData
Details
The complete mppData
object is a list
containing the following
elements:
geno.IBS: IBS genotype marker matrix.
geno.IBD: R/qtl cross.object containing the genotype within cross IBD probabilities.
geno.id: List of genotypes.
allele.ref: Matrix containing for each marker the most and least frequent marker scores and the two heterozygous scores.
geno.par: Parents marker matrix.
geno.par.clu: Parent marker data used to cluster the parents.
par.clu: Parent clustering results.
mono.anc: Positions for which the ancestral clustering was monomorphic.
pheno: Phenotypic trait matrix.
map: Genetic map corresponding to the geno (IBS, IBD, par) arguments.
haplo.map: Genetic map corresponding to geno.par.clu.
cross.ind: Vector indicating to which cross each genotype belongs.
par.per.cross: Matrix with for each cross the parent 1 and 2.
parents: Vector of parents.
type: Type of population.
n.cr: Number of crosses.
n.par: Number of parents.
n.anc: Average number of ancestral group along the genome.
n.zigo: Number of possible allelic computations 2 (AA/BB) or 3 (AA/AB/BB).
rem.mk: Removed markers in the data processing.
rem.gen: Removed genotypes in the data processing.
status: Indicates the level of progression in the data processing.
See Also
create.mppData
, QC.mppData
,
IBS.mppData
, IBD.mppData
,
parent_cluster.mppData
Examples
data(mppData)