Nothing
test_that("Plotting functions return ggplot objects", {
skip_if_not_installed("ggplot2")
s <- "ATGCATGCATGCATGC"
expect_s3_class(plot_gc_skew(paste0(s,s,s,s,s,s,s,s)), "ggplot")
expect_s3_class(plot_aa_composition("MKFLVLALAL"), "ggplot")
expect_s3_class(plot_hydrophobicity("MKFLVLALAL", window=3), "ggplot")
expect_s3_class(plot_dotplot("ATGC", "ATGC"), "ggplot")
})
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.