Skip to contents

Plot comparison of analytical CV before and after ISTD-normalization

Usage

plot_x_vs_y(
  data,
  x,
  y,
  only_quantifier = TRUE,
  xlim = c(0, NA),
  ylim = c(0, NA),
  ncol = 5,
  scale_factor = 1,
  point_size = 3,
  with_histogram = FALSE
)

Arguments

data

MidarExperiment object

x

Variable of QC metrics table used for x axis

y

Variable of QC metrics table used for y axis

only_quantifier

Show only quantifier

xlim

Lower and upper limits of the x axis as vector

ylim

Lower and upper limits of the y axis as vector

ncol

Numer of columns with facets

scale_factor

Scale factor for text labels

point_size

Point size

with_histogram

Show side histograms indicating distribution

Value

ggplot2 object