Nothing
test_that("sporulation_gene_name works", {
df <- data.frame(
Preferred_name = c("spo0A", "-"),
KEGG_ko = c("K07699", "K03466"),
genome_ID = c("gen1","gen1")
)
result <- sporulation_gene_name(df)
expect_true("spo0A" %in% result$spo_gene_name)
})
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.