print_plot_control_means: Create control probe plots

View source: R/meffil_functions.R

print_plot_control_meansR Documentation

Description

Create control probe plots

Usage

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
)

Arguments

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


HCGB-IGTP/HCGB.IGTP.DAnalysis documentation built on April 13, 2025, 12:03 a.m.