View source: R/meffil_functions.R
print_plot_control_means | R Documentation |
Create control probe plots
print_plot_control_means(
data_plot,
vect_categories,
col_2_color,
tag_to_use,
plots_dir,
col_of_interest,
metadata,
max_cols = 2,
max_rows = 2
)
data_plot |
Dataframe from the original ggplot in meffil qc.summary (qc.summary_given$controlmeans.summary) |
vect_categories |
Vector containing list of categories to plot |
col_2_color |
Column to color ggplot points |
tag_to_use |
String to include at the beggining of the PDF named generated |
plots_dir |
Absolute path to folder to store results |
col_of_interest |
Columns from metadata of interest |
metadata |
Dataframe with metadata associated to each sample |
max_cols |
Number of columns of the grid of plots |
max_rows |
Number of rows of the grid of plots |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.