summary.gData | R Documentation |
gData
Gives a summary for an object of S3 class gData
.
## S3 method for class 'gData' summary(object, ..., trials = NULL)
object |
An object of class |
... |
Not used. |
trials |
A vector of trials to include in the summary. These can
be either numeric indices or character names of list items in |
A list with a most four components:
A list with number of markers and number of chromosomes in the map.
A list with number of markers, number of genotypes and the distribution of the values within the markers.
A list of data.frames, one per trial with a summary of all traits within the trial.
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 gData object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.