#### Class definitions. ###
#' @title bsaR class
#'
#' @slot meta data.frame
#' @slot AD matrix
#' @slot Depth matrix
#' @slot Freq matrix
#' @slot window list
#'
setClass(Class = "bsaR",
slots = c(meta = "data.frame",
AD = "matrix",
Depth = "matrix",
Freq = "matrix",
GT = "matrix",
Window = "list"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.