summary: Summary statiscs for a Map object.

Description Usage Arguments Value Author(s) Examples

Description

This inherited S3 function is devised specifically for compute summary statistics for a Map object. The output includes Chromosome names or indexes (chrom), numuber of SNPs on each chromosome (nLoci), minimum map position on each chromosome (Min), maximum map position on each chromosome (Max), chromosome length (Length), average spacing or bin width (mu.bw), standard deviation of average spacing (sd.bw), minimum spacing (min.bw), and maximum spacing or gap length (max.bw).

Usage

1

Arguments

x

An input map object.

Value

Summary statistics of the Map object.

Author(s)

Nick X-L Wu

Examples

1
2
data("bov80K")
summary(bov80K)

selectSNPs documentation built on Feb. 28, 2020, 5:08 p.m.