plot_distline: Lineplot of calibrators/norm and alignments.

View source: R/visualization.R

plot_distlineR Documentation

Lineplot of calibrators/norm and alignments.

Description

Lineplot of calibrators/norm and alignments.

Usage

plot_distline(
  table,
  target = "calibrators",
  log2 = FALSE,
  title = target,
  x_lab = NULL,
  aptamer_tag = "seq.",
  sample_f = 0.2,
  log = TRUE
)

Arguments

table

digested_adat table

target

input is calibrators or raw/normalized RFU table

log2

do log2 transformation of RFU values

title

main plot title

x_lab

label for x axis

sample_f

subset table to build dist_plot norm def. 0.2 (float between 0 and 1)

log

write to log file (def.TRUE)

Value

ggplot object.

Examples

plot_distline(digested_adat$calibrators, target="calibrators", log2=TRUE, title="calibrators", x_lab="RFU")

andreagrioni/ToolViz documentation built on Aug. 27, 2022, noon