| MMLoess-class {MMLoess} | R Documentation |
This packages provides an interpolation method that estimates the recombination rates using loess. For more details on how this method works, see loess.
Objects can be created by calls of the form new("MMLoess", ...) or simply by calling MMLoess().
span:"numeric", parameters that controls the degree of smoothing. degree:"integer", the degree of the polynomials to be used, up to 2. model:"ANY" name:"character", name of the interpolation. color:"character", color of the interpolation on the map. physicalPositions:"vector", physical positions of the markers of the map on which the interpolation is calculated. rates:"vector", the local estimation of the recombination rate at the position of each markers. visible:"logical", wether the interpolation should be plotted or not. persistent:"logical", wether the interpolation should be saved along with the map in the text file
Class "Interpolation", directly.
signature(object = "MMLoess"): see Interpolation-class. signature(object = "MMLoess"): changes the degree of the polynomials. signature(object = "MMLoess"): returns the degree of the polynomials. signature(object = "MMLoess", map = "MareyMap"): see Interpolation-class. signature(object = "MMLoess"): see Interpolation-class. signature(object = "MMLoess"): see Interpolation-class. signature(object = "MMLoess", pos = "numeric"): see Interpolation-class. signature(object = "MMLoess"): changes the value of the span. signature(object = "MMLoess"): returns the value of the span. signature(object = "MMLoess"): see Interpolation-class. Clement Rezvoy <rezvoy@biomserv.univ-lyon1.fr>
data(mareymaps) human7 <- mareymaps[["Homo sapiens","Chromosome 07"]] library(MMLoess) itr1 <- MMLoess() color(itr1) <- "red" span(itr1) <- 0.05 human7 <- human7 + itr1 plot(human7)