test_that("PAS2GEF works properly", {
download.file(url='ftp://ftp.ensembl.org/pub/release-99/gtf/mus_musculus/Mus_musculus.GRCm38.99.gtf.gz',
destfile='Mus_musculus.GRCm38.99.gtf.gz')
GTFfile="Mus_musculus.GRCm38.99.gtf.gz"
PASREF=PAS2GEF(GTFfile)
refUTRraw=PASREF$refUTRraw
dfIPA=PASREF$dfIPA
dfLE=PASREF$dfLE
expect_true(nrow(refUTRraw)>0)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.