Nothing
library(testthat)
library(RiboProfiling)
data(ctrlGAlignments)
aln <- ctrlGAlignments
alnGRanges <- readsToStartOrEnd(aln, what="start")
oneBinRanges <-
aroundPromoter(
TxDb.Hsapiens.UCSC.hg19.knownGene::TxDb.Hsapiens.UCSC.hg19.knownGene,
alnGRanges
)
test_that("aroundPromoter output type",{
expect_is(oneBinRanges,"GRanges")
}
)
test_that("aroundPromoter output length positive",{
expect_more_than(length(oneBinRanges),0)
}
)
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.