Learn R Programming

MareyMap (version 1.2)

MapSet-class: Class "MapSet"

Description

This class is a collection of MareyMap for a given set. Not that useful on its own, it is used for internal organization inside a MapCollection

Arguments

Objects from the Class

Objects can be created by calls of the form new("MapSet", ...). Or using the function MapSet().

See Also

MapCollection-class MareyMap-class

Examples

Run this code
data(Homo_sapiens_mean)
set <- Homo_sapiens_mean
setName(set) <- "Human"
set[["Chromosome 01"]]

Run the code above in your browser using DataLab