library(tidyverse) library(rothSGA) dir = params$dir bio_rep_file = file.path(dir, params$bio_rep_file) processed_colonies_file = file.path(dir, params$processed_colonies_file) processed_strains_file = file.path(dir, params$processed_strains_file)
plot_sm_data(params$processed_colonies_file, normalized = TRUE, path = params$dir)
rothSGA::check_self_crosses(params$dir)
rothSGA::check_dead_strains(params$dir)
rothSGA::check_query_sensitivity_to_drug(params$dir)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.