main <- function() {
context('Transcript')
ftgt = system.file('extdata/benchmark/tgt.tsv', package='pram')
tgtdt = fread(ftgt, header=TRUE, sep="\t")
tgttr = Transcript(tgtdt)
test_that('Transcript', {
expect_true(validObject(tgttr))
} )
}
main()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.