Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

summary.map

Print summary of a genetic map


Description

Print summary information about a map object.

Usage

## S3 method for class 'map'
summary(object, ...)
summaryMap(object, ...)

Arguments

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.

Value

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.

Author(s)

Karl W Broman, broman@wisc.edu

See Also

Examples

data(map10)
summary(map10)

qtl

Tools for Analyzing QTL Experiments

v1.48-1
GPL-3
Authors
Karl W Broman <broman@wisc.edu> and Hao Wu, with ideas from Gary Churchill and Saunak Sen and contributions from Danny Arends, Robert Corty, Timothee Flutre, Ritsert Jansen, Pjotr Prins, Lars Ronnegard, Rohan Shah, Laura Shannon, Quoc Tran, Aaron Wolen, Brian Yandell, and R Core Team
Initial release
2021-03-24

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.