Nothing
#' @name coxmap
#' @aliases coxmap
#'
#' @title Mouse genetic map based on Cox et al. \doi{10.1534/genetics.109.105486},
#' revised for mouse genome build 39.
#'
#' @description A data frame with rows being markers and six columns: marker name, chromosome,
#' sex-averaged cM position, female cM position, male cM position, and build 39 basepair position.
#'
#' @details
#' Genetic maps were re-estimated after reordering markers according to their position
#' in mouse genome build 39. See <https://github.com/kbroman/CoxMapV3>.
#' Markers were shifted so that 0 cM corresponds to 3 Mbp, using the chromosome- and
#' sex-specific recombination rate.
#' The maps are smoothed slightly to avoid intervals with 0 recombination.
#'
#' @source <https://github.com/kbroman/CoxMapV3>
#'
#' @keywords datasets
#'
#' @examples
#' data(coxmap)
NULL
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.