Description Usage Arguments Value
View source: R/inspect_raw_data.R
This function plots the raw data of experiments for visual inspection.
1 2 | inspect_raw_data(raw_data, data_type, highest_signal = NULL,
output_directory = NULL, plot_format = "png")
|
raw_data |
A dataframe containing the raw data. It must be the output of
|
data_type |
A character string describing which type of data is supplied
for pre-processing. Currently supported options are |
highest_signal |
An optional number corresponding to the maximal signal
measurable by the instrument used. Defaults to |
output_directory |
An optional directory name where to write plots. This directory will be created if it does not already exist. |
plot_format |
A character string indicating the file format to use to
save plots. Possible values are |
A list in which each item is named after the corresponding experiment,
and holds a single ggplot2
graph objects or a list of several such
objects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.