Summary function for the class gDataMPP
summary.gDataMpp.Rd
Gives a summary for an object of S3 class gDataMPP
.
Usage
# S3 method for class 'gDataMPP'
summary(object, ..., trials = NULL)
Value
A list with a most four components:
- mapSum
A list with number of markers and number of chromosomes in the map.
- markerSum
A list with number of markers, number of genotypes and the distribution of the values within the markers.
- phenoSum
A list of data.frames, one per trial with a summary of all traits within the trial.
- covarSum
A list of data.frames, one per trial with a summary of all covariates within the trial.
All components are only present in the output if the corresponding content is
present in the gDataMPP
object.