Code Monkey home page Code Monkey logo

mareymap's Introduction

Travis-CI Build Status AppVeyor Build status CRAN_Status_Badge CRAN Downloads

MareyMap is an R package to estimate local recombination rates along the genome using Marey maps.

MareyMap relies on comparing the genetic and the physical maps of a given chromosome to estimate local recombination rates (given by the slope of the curve describing the relationship between both variables), a graphical method called the Marey map method introduced by A. Chakravarti in 1991. MareyMap accepts Marey map data as input (genetic and physical positions of markers for a set of chromosomes of a species) and will return local recombination rate estimates.

MareyMap has many features and possible options (detailled in the present user guideline document) including :

  • taking Marey map data from any species, including some Marey map data for a few species provided with the package;
  • estimating local recombination rates using different interpolation methods;
  • providing in an automatic way local recombination rates for any given gene (or set of genes) in the genome.

All functionalities of MareyMap are introduced on the vignette of the package.

The package

The stable version of MareyMap can be installed from CRAN using:

install.packages("MareyMap")

The development version of MareyMap can be installed from GitHub (remotes needed):

if (!requireNamespace("remotes", quietly = TRUE))
   install.packages("remotes")
   
remotes::install_github("aursiber/MareyMap")

Finally load the package in your current R session with the following R command:

library(MareyMap)

The shiny app

A web application (a Shiny app) is available to use the functionalities of the MareyMap package in an interactive way. MareyMap Online offers a simpler version of the R package MareyMap.

The MareyMap Online Shiny app can be found at: http://lbbe-shiny.univ-lyon1.fr/MareyMapOnline/

References

Rezvoy C, Charif D, Guéguen L, Marais GAB. (2007) MareyMap: an R-based tool with graphical interface for estimating recombination rates. Bioinformatics. 23(16): 2188-9. https://doi.org/10.1093/bioinformatics/btm315

A. Siberchicot, A. Bessy, L. Guéguen, G. Marais (2017). MareyMap Online: A User-Friendly Web Application and Database Service for Estimating Recombination Rates Using Physical and Genetic Maps. Genome Biology and Evolution. 9(10): 2506-2509. https://doi.org/10.1093/gbe/evx178

mareymap's People

Contributors

aursiber avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.