write_plots: Import of variables stored in the parameters file and of the...

Description Usage Arguments Value Examples

Description

Import of variables stored in the parameters file and of the dataset to quantify

Usage

1
2
write_plots(export_path, final_output, reproducibility_data,
  signals_to_plot = NA)

Arguments

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.

Value

Plots in pdf files

Examples

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)

danielcanueto/Dolphin documentation built on May 14, 2019, 3:51 p.m.