Skip to contents

[Deprecated]

This function was deprecated, please use plot_roc().

Usage

fc_plot_RoC_sequence(
  data_source,
  age_threshold = NULL,
  roc_threshold = NULL,
  Roc_threshold = lifecycle::deprecated(),
  peaks = FALSE,
  Peaks = lifecycle::deprecated(),
  trend = NULL
)

Arguments

data_source

tibble. Output of estimate_roc() or detect_peak_points().

age_threshold

numeric. Optional. Upper (oldest) age cut-off; samples older than this value are excluded from the plot.

roc_threshold

numeric. Optional. Upper RoC cut-off; values above this are clipped.

Roc_threshold

[Deprecated] Roc_threshold is no longer supported; please use roc_threshold

peaks

logical. If TRUE and a Peak column is present in data_source, peak points are highlighted on the plot (default = FALSE).

Peaks

[Deprecated] Peaks is no longer supported; please use peaks

trend

character or NULL. When peaks = TRUE, optionally overlay the trend curve used during peak detection. One of "threshold", "trend_linear", or "trend_non_linear". NULL (default) shows no trend line.

See also