summary.map: Summary of marker map information

Description Usage Arguments Details Value Author(s) See Also Examples

Description

This function can be used to summarize information from a marker map in an object of class gpData. Return value is a data.frame with one row for each chromosome and one row summarizing all chromosomes.

Usage

1
summaryGenMap(map, cores=1)

Arguments

map

data.frame with columns chr and pos or a gpData object with element map

cores

numeric. Specifies the number of cores for parallel computing.

Details

Summary statistics of differences are based on euclidian distances between markers with non-missing position in map, i.e. pos!=NA.

Value

A data.frame with one row for each chromosome and the intersection of all chromosomes and columns

noM

number of markers

range

range of positions, i.e. difference between first and last marker

avDist

avarage distance of markers

maxDist

maximum distance of markers

minDist

minimum distance of markers

Author(s)

Valentin Wimmer

See Also

create.gpData

Examples

1
2
3
4
5
6
## Not run: 
library(synbreedData)
data(maize)
summaryGenMap(maize)

## End(Not run)

Example output

        noM  length   avDist maxDist minDist
1        76  157.52 2.100267   11.08    0.10
2        96  151.38 1.593474    6.81    0.03
3        99  157.44 1.606531   13.11    0.02
4       122  154.34 1.275537   13.11    0.04
5        85  155.13 1.846786   11.67    0.01
6       106  157.70 1.501905   12.46    0.02
7       154  158.98 1.039085    6.48    0.02
8       130  156.62 1.214109    7.03    0.05
9       121  157.27 1.310583   14.21    0.06
10      128  153.92 1.211969   15.19    0.08
1 - 10 1117 1560.30 1.410027   15.19    0.01

synbreed documentation built on March 12, 2021, 3:01 a.m.