Learn R Programming

MareyMap (version 1.3.7)

Homo_sapiens: The marey map for the species Homo sapiens (female, male and mean of the two)

Description

A marey map is an interpolation between genetical and physical maps of a mapomosome. This data file contains marey map for the species Homo sapiens. This map is held into an object of class MapSet.

Usage

data(Homo_sapiens_mean)

Arguments

Format

Homo sapiens (female, male and mean) contains an object of the class MapSet-class. The maps inside this object (objects of the class MareyMap-class) can be accessed using the operator "[[" (see example) Each of the 3 sets (female, male and mean) contains 22 maps called "Chromosome 01", ... , "Chromosome 22".

Author

Aurélie Siberchicot aurelie.siberchicot@univ-lyon1.fr and Clément Rezvoy

Examples

Run this code
data(Homo_sapiens_female)
map <- Homo_sapiens_female[["Chromosome 01"]]
plot(map)
names(Homo_sapiens_female@maps)

Run the code above in your browser using DataLab