Nothing
#' An example dataset of genetic region file
#'
#' Small, artificially generated toy data set that
#' provides artificial information of 3 genetic regions
#' to illustrate the pre-processing with the use of the package.
#'
#' @docType data
#'
#' @usage data(Ex2_region)
#'
#' @format An object of class \code{"data.frame"} listing genetic regions
#' where each row contains chromosome, basepairs and the name of genetic region respectively
#' @references This data set was artificially created and modified for the ZIM4rv package.
#' @keywords datasets
#' @examples
#'
#' data(Ex2_region)
#' head(Ex2_region)
#'
"Ex2_region"
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.