Learn R Programming

MareyMap (version 1.2)

MareyMap-class: Class "MareyMap"

Description

The class holds the physical and genetic positions of a marey map

Arguments

Objects from the Class

Objects can be created by calls of the form new("MareyMap", ...) or using the function MareyMap(). However, most of the time you can more conveniently use already constructed objects contained in (c.f. code examples)

Warning

vectors markerNames, physicalPositions, geneticDistances and markerValidity must always retain the same length.

See Also

MapCollection-class MapSet-class

Examples

Run this code
data(Homo_sapiens_male)
chr7 <- Homo_sapiens_male[["Chromosome 07"]]
chr7 <- chr7 + MMLoess()
par(mfrow = c(2, 1))
plotMarkers(chr7)

Run the code above in your browser using DataLab