Description Usage Arguments Value
Make data.frame object from scores object
1 | makeScoresDf(scores, firstParentType)
|
scores |
list object with a comparison information for all trio combinations. |
firstParentType |
character vector of length one with one of dams or sires. |
A data.frame object containing the following columns
refId
The ID of the offspring
damSex
The sex of the potential dam, which should always
be "F".
damId
The ID of the potential dam
damMissingLoci
The number of missing loci, which are the loci
without genotypes in the parent.
damInvalidLoci
The number of invalid loci, which are the loci
missing in the offspring but present in the parent.
damDiscrepantLoci
The number of discrepant loci, the
non-matching loci
in the parent in offspring where both have genotypes.
damNumLociCompared
The number of loci compared
damFractionNonDiscrepant
The fraction of non-discrepant loci,
which is
the ratio of (numLociCompared
- discrepantLoci
) /
numLociCompared
.
sire
A sire from the list of potential sires nested within
the current
dam of the list of dams nested inside the current offspring.
sireSex
Sex of the sire, which should always be "M"
sireMissingLoci
The number of missing loci, which are the
loci
without genotypes in the parent.
sireInvalidLoci
The number of invalid loci, which are the
loci missing
in the offspring but present in the parent.
sireDiscrepantLoci
The number of discrepant loci, the
non-matching loci
in the parent in offspring where both have genotypes.
sireNumLociCompared
The number of loci compared
sireFractionNonDiscrepant
The fraction of non-discrepant
loci, which is
the ratio of (sireNumLociCompared
- sireDiscrepantLoci
) /
sireNumLociCompared
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.