R/dbX12.R

#' Allele frequency databases
#'
#' The database contains frequencies for 12 X-chromosome STRs included in
#' `Investigator Argus X-12`. This is based on an Argentinian sample.
#' @name dbX12
#' @docType data
#' @keywords X12
#' @references "X-chromosome data for 12 STRs:
#' Towards an Argentinian database of forensic haplotype frequencies",
#' Garcia et al., FSI: Gen, suppl., vol. 41, pp. e8-13, 2019. DOI: https://doi.org/10.1016/j.fsigen.2019.04.005
#'
#' @examples
#' data(dbX12)
#' \dontrun{
#' library(pedtools, quietly = T)
#' x = setMarkers(singleton(1), locusAttributes = dbX12)
#' chrom(x, 1:length(dbX12)) = "X"
#' #' }
NULL
thoree/inbred documentation built on March 28, 2021, 7:42 p.m.