R/mmconvert-package.R

#' mmconvert: Mouse Map Converter
#'
#' Function to convert mouse genome positions between the build 39
#' physical map and the Cox genetic map
#' \doi{10.1534/genetics.109.105486}.
#'
#' @section Useful links:
#' - Source at <https://github.com/rqtl/mmconvert>
#' - BugReports to <https://github.com/rqtl/mmconvert/issues>
#'
#' @docType package
#' @name mmconvert-package
#'
#' @keywords internal
#' @importFrom Rcpp sourceCpp
#' @useDynLib mmconvert, .registration=TRUE
NULL

Try the mmconvert package in your browser

Any scripts or data that you put into this service are public.

mmconvert documentation built on April 25, 2023, 5:13 p.m.