Skip to contents

Visualizes Cluster MFI over time, uses Luciernaga_QC output

Usage

Luciernaga_BrigtnessOverTime(
  data,
  columnname = "Cluster",
  datename = "Experiment",
  Detector = NULL,
  plotType = "line"
)

Arguments

data

The LuciernagaQC data.frame style output with raw detector values.

columnname

The columnname for Cluster, becomes the categorical defining lines and dots

datename

The column name for Experiment/Dates, becomes the x-axis

Detector

Default NULL, specify a detector, overrides the y-axis

plotType

Something

Value

A ggplot2 object

Examples