Description Usage Arguments Value Examples
Import of variables stored in the parameters file and of the dataset to quantify
1 2 | write_plots(export_path, final_output, reproducibility_data,
signals_to_plot = NA)
|
export_path |
Path where plots are stored inside a created 'plots' folder |
final_output |
List with quantifications and indicators of quality of quantification. |
reproducibility_data |
List with necessary information to load quantifications on the Shiny GUI. |
signals_to_plot |
Vector of indexes of signals in ROI data to plot. By default, NA and all figures are outputted. |
Plots in pdf files
1 2 3 4 | setwd(paste(system.file(package = "rDolphin"),"extdata",sep='/'))
load("MTBLS242_subset_profiling_data.RData")
#Not run:
#write_plots('',profiling_data$final_output,profiling_data$reproducibility_data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.