Last data update: 2014.03.03

R: Decode recombination map
DecodeMapR Documentation

Decode recombination map

Description

A recombination map of the human genome, adapted from the dataset published in (Kong et al., 2010).

Usage

DecodeMap

Format

List of 23 components (one for each chromosome pair). Each is a list of 2 matrices, containing the male and female recombination maps of the given chromosome respectively. The 23rd component has NULL as its first (male) element, as we assume no recombination between sex chromosomes in males. The recombination map matrices have 2 columns, named "Mb" and "cM". The "Mb" column has the base positions of the markers used by (Kong et. al, 2010), and "cM" the genetic distance from the left telomere.

Source

Kong, A. et al. (October 2010) Fine scale recombination rate differences between sexes, populations and individuals. Nature, 467, 1099–1103. doi:10.1038/nature09525.

Examples

#the first entries of the male map of chromosome 1:
head(DecodeMap[[1]]$male)

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(IBDsim)
Loading required package: paramlink
Loading required package: kinship2
Loading required package: Matrix
Loading required package: quadprog
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/IBDsim/DecodeMap.Rd_%03d_medium.png", width=480, height=480)
> ### Name: DecodeMap
> ### Title: Decode recombination map
> ### Aliases: DecodeMap
> ### Keywords: datasets
> 
> ### ** Examples
> 
> #the first entries of the male map of chromosome 1:
> head(DecodeMap[[1]]$male)
           Mb       cM
[1,] 0.000001 0.000000
[2,] 3.480967 0.000000
[3,] 3.497721 0.121450
[4,] 3.502660 0.194631
[5,] 3.510731 0.194641
[6,] 3.521455 0.243350
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>