R/markers.R

#' Marker data produced with genotypeR
#'
#' Data from a recombination plasticity experiment in 
#' Drosophila pseudoobscura. This data is provided to demonstrate the
#' the use of the genotypeR package
#'
#' @docType data
#'
#' @usage data(markers)
#'
#' @format An object read in with \code{read_in_Master_SNPs_data}; see \code{\link[genotypeR]{read_in_Master_SNPs_data}}.
#'
#' @keywords data sets
#'
#'
#' @examples
#' data(markers)
#' head(markers)
#' colnames(markers)
#' 
"markers"
StevisonLab/genotypeR documentation built on May 5, 2019, 8 p.m.