summary.GWAS {statgenGWAS} | R Documentation |
Summary function for the class GWAS
Description
Gives a summary for an object of S3 class GWAS
.
Usage
## S3 method for class 'GWAS'
summary(object, ..., trials = NULL, traits = NULL)
Arguments
object |
An object of class |
... |
Not used. |
trials |
A vector of strings or numeric indices indicating for
which trials the summary should be made. If |
traits |
A vector of strings indicating which traits to include in the
summary. If |
[Package statgenGWAS version 1.0.9 Index]