R/superBaits-package.R

#' supeRbaits: Sample Baits From Sequences
#' 
#' Provided with a database of sequences, samples short bait sequences, 
#' taking into account potential exclusion or region zones, as well as specific targets.
#' 
#' Please read the package vignette for more details by running browseVignettes("supeRbaits").
#' 
#' @useDynLib supeRbaits
#' @importFrom Rcpp sourceCpp
#' @import utils
#' @import stats
#' @import graphics
#' @import data.table
#' 
#' @keywords internal
#' 
#' @docType package
#' @name supeRbaits
"_PACKAGE"
BelenJM/supeRbaits documentation built on Jan. 28, 2022, 1:44 a.m.