#' single CNV
#'
#' @export
CNV_single = setClass("CNV_single",
slots = list(
name = "character",
matrix = "GenomicRanges",
gene_name = "character",
gene_score = "numeric",
t_gene_start = "numeric",
t_gene_end = "numeric",
max.length = "numeric"
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.