Learn R Programming

MareyMap (version 1.3.7)

Arabidopsis_thaliana: The marey map for the species Arabidopsis thaliana

Description

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

Usage

data(Arabidopsis_thaliana)

Arguments

Format

Arabidopsis_thaliana 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 5 maps called "Chromosome 1", ..., "Chromosome 5".

Author

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

Examples

Run this code
#data(Arabidopsis_thaliana)
#map <- Arabidopsis_thaliana[["Chromosome 1"]]
#plot(map)
#names(Arabidopsis_thaliana@maps)

Run the code above in your browser using DataLab