Nothing
test_bam_tally <- function() {
param <- BamTallyParam(TP53Genome(), TP53Which(), indels = TRUE)
bam <- system.file("extdata/H1993.analyzed.bam",
package="LungCancerLines", mustWork=TRUE)
tallies <- bam_tally(bam, param)
variants <- variantSummary(tallies, NULL, 0L)
}
test_IITs_not_created <- function() {
gmapGenome <- GmapGenome(genome="NoGenome", directory = getwd())
checkException(BamTallyParam(genome=gmapGenome,
which = GRanges()), silent = TRUE)
}
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.