Nothing
test_that("ProActive works on metagenomes with defualts", {
##metagenome
ProActiveTestMetagenome <- ProActiveDetect(sampleMetagenomePileup,
mode="metagenome",
gffTSV = sampleMetagenomegffTSV)
expect_equal(ProActiveTestMetagenome, sampleMetagenomeResults)
})
test_that("ProActive works on genomes with defualts", {
##genome
ProActiveTestGenome <- ProActiveDetect(sampleGenomePileup,
mode="genome",
gffTSV = sampleGenomegffTSV)
expect_equal(ProActiveTestGenome, sampleGenomeResults)
})
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.