summary.cross {qtl} | R Documentation |
Print summary of QTL experiment
Description
Print summary information about a cross
object.
Usage
## S3 method for class 'cross'
summary(object, ...)
Arguments
object |
An object of class |
... |
Ignored at this point. |
Value
An object of class summary.cross
containing a variety of summary information about the cross (this is
generally printed automatically).
Author(s)
Karl W Broman, broman@wisc.edu
See Also
read.cross
, plot.cross
,
nind
,
nmar
,
nchr
,
totmar
,
nphe
Examples
data(fake.f2)
summary(fake.f2)
[Package qtl version 1.66 Index]