Learn R Programming

MareyMap (version 1.3.7)

Drosophila_melanogaster: The marey map for the species Drosophila melanogaster

Description

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

Usage

data(Drosophila_melanogaster)

Arguments

Format

Drosophila_melanogaster 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) This set contains 6 maps called "2L", "2R", "3L", "3R", "4", "X".

Author

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

Examples

Run this code
data(Drosophila_melanogaster)
map <- Drosophila_melanogaster[["2L"]]
plot(map)
names(Drosophila_melanogaster@maps)

Run the code above in your browser using DataLab