summary.map {qtl} | R Documentation |
Print summary information about a map
object.
## S3 method for class 'map': summary(object, ...)
object |
An object of class map , which is a list of
vectors (or, for a sex-specific map, 2-row matrices), each specifying
the locations of the markers. The object can also be of class
cross , in which case the function pull.map
is used to extract the genetic map from the object. |
... |
Ignored at this point. |
An object of class summary.map
, which is just a data.frame
containing the number of markers, length, the average inter-marker
spacing, and the maximum distance between markers, for each chromosome
and overall. An attribute sexsp
indicates whether the map was
sex-specific.
Karl W Broman, kbroman@biostat.wisc.edu
chrlen
, pull.map
,
summary.cross
data(map10) summary(map10)