#' @export
BamFile <- R6::R6Class(
inherit = FloundeR,
classname = "BamFile",
public = list(
initialize = function(bamfile) {
private$bamfile <- bamfile
}
),
private = list(
bamfile = NA
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.