#' DR2S - Dual redundant reference sequencing.
#'
#' Generate highly accurate reference sequences from heterozygous
#' HLA and KIR samples by combining data from long-read and short-read
#' sequencing technologies
#'
#' @docType package
#' @name DR2S
#' @useDynLib DR2S
#' @import assertthat
#' @import futile.logger
#' @import ggplot2
#' @import dtplyr
#' @import Rcpp
#' @importFrom mclust mclustBIC Mclust
#' @importFrom data.table :=
#' @importFrom foreach foreach %do% %:%
#' @importFrom rlang .data
#' @importFrom methods is
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.