Description Usage Arguments Details Value See Also Examples
Given an object of class 'mpcross', the function checks that the data is in the correct format, containing founder and final genotypes, ids, and a pedigree. The number of markers genotyped for both founders and finals should coincide. The pedigree should be completely numeric. Markers which are not polymorphic across the founders are removed, as are markers which have missing values in the founders.
1 2 | ## S3 method for class 'mpcross'
clean(object, ...)
|
object |
Object of class |
... |
Additional arguments |
Summary statistics for the genotypes are printed, included the number of markers with varying levels of missing data, with varying levels of segregation distortion, and with different numbers of alleles.
drop1 |
List of markers which are monomorphic in founders |
drop2 |
List of markers which have missing values in founders |
drop3 |
List of markers with alleles appearing in finals but not founders |
alleles |
Number of alleles at each marker |
missing |
Percent missing data at each marker |
seg |
Matrix with one row for each marker and columns for the marker name, the chisquare test for segregation distortion, and the p-value of the test |
1 2 3 4 5 6 | |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.