View source: R/miqar-plots_QC.R
plot_responsecurves | R Documentation |
Response curves plot
plot_responsecurves(
data,
output_PDF,
response_variable = "Intensity",
include_features_containing = "",
exclude_features_containing = "",
regr_max_percent = NA,
pdf_file_name = "",
rows_page = 4,
columns_page = 5,
point_size = 2,
line_width = 1,
text_scale_factor = 1,
return_plot_list = FALSE,
base_size = 7
)
data |
MidarExperiment object |
output_PDF |
Save as PDF |
response_variable |
Variable to plot |
include_features_containing |
Filter features containing |
exclude_features_containing |
Exclude features containing |
regr_max_percent |
Max relative sample amount to use in regressionb |
pdf_file_name |
file name of pdf file |
rows_page |
rows per page |
columns_page |
columns per page |
point_size |
point size |
line_width |
regression line width |
text_scale_factor |
text scale factor |
return_plot_list |
return plot as list |
base_size |
base font size |
A list of ggplot2 objects
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.