| SpeciesMaps-class {MareyBase} | R Documentation |
This class is a collection of MareyMap for a given species. Not that useful on its own, it is used for internal organisation inside a MapCollection
Objects can be created by calls of the form new("SpeciesMaps", ...). Or using the function SpeciesMaps().
maps:"list" containing all the MareyMap of the species.speciesName:"character" containing the name of the species signature(x = "SpeciesMaps"): returns a map from the list signature(x = "SpeciesMaps", i = "ANY", j = "ANY", value = "MareyMap"): replaces a map in the list with a new one signature(x = "SpeciesMaps"): returns a map from the list. signature(x = "SpeciesMaps"): access a map by name in the list. signature(e1 = "SpeciesMaps", e2 = "MareyMap"): adds a map to the collection. signature(from = "SpeciesMaps", to = "data.frame"): converts the specieMaps object into a data.frame. signature(object = "SpeciesMaps"): returns a vector containing the names of all the maps. signature(object = "SpeciesMaps", value = "character"): changes the name of the species. Also chnges the named of all MareyMap objects inside the list. signature(object = "SpeciesMaps"): returns the name of the species. Clement Rezvoy <rezvoy@biomserv.univ-lyon1.fr>
MapCollection-class
MareyMap-class
data(mareymaps) spc <- mareymaps[["Homo sapiens (deCODE)"]] speciesName(spc) <- "Human" spc[["Chromosome 01"]]