Nothing
.cBSData <- function(methReads, totalReads, rowRanges,
colData = DataFrame(row.names = colnames(methReads)), metadata = list(),
...) {
new("BSData", SummarizedExperiment(assays =
SimpleList(totalReads = totalReads, methReads = methReads),
rowRanges = rowRanges, colData = colData, metadata = list()))
}
#' @rdname cBSData-method
#' @aliases cBSData-method cBSData
setMethod("cBSData",
signature(methReads = "matrix",
totalReads = "matrix",
rowRanges = "GRanges"),
.cBSData)
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.