test_plotAMR <- function () {
data(ramr)
RUnit::checkEquals(
length(plotAMR(ramr.data, ramr.samples, ramr.tp.nonunique)),
length(GenomicRanges::reduce(ramr.tp.nonunique))
)
RUnit::checkEquals(
length(plotAMR(ramr.data, NULL, ramr.tp.unique)),
length(GenomicRanges::reduce(ramr.tp.unique))
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.