Last chance! 50% off unlimited learning
Sale ends in
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.
data(Homo_sapiens_mean)
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".
Aurélie Siberchicot aurelie.siberchicot@univ-lyon1.fr and Clément Rezvoy
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