Description Usage Arguments Value
View source: R/plot_viability.R
Graph spore viability data
1 2 3 4 5 | plot_viability(
file_dir,
replicates = c("TRUE", "FALSE"),
treatment = c("TRUE", "FALSE")
)
|
file_dir |
file directory to excel file with spore viability with the columns strain, alive, dead, replicates (if applicable), and treatment (if applicable). |
replicates |
"TRUE" or "FALSE", to denote whether the data has biological replicates |
treatment |
"TRUE" or "FALSE", to denote whether the data has samples treated with a drug or another chemical |
a graph with % of spores viable on y axis, and strains on X axis
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.