View source: R/mod_bca_utils.R
Plot GFP
1 2 3 4 5 6 7 | plot_bar_prot(
df_with_pred_gfp,
wildtype_sample,
var_to_plot = "GFP (g/kg)",
ylab = "GFP (g/kg)",
percent_lab = "Percentage of GFP"
)
|
df_with_pred_gfp |
Data frame with predicted GFP. |
wildtype_sample |
Name of wildtype/control sample. |
var_to_plot |
Variable name to plot. |
ylab |
Y-axis name. |
percent_lab |
Secondary Y-axis name. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.