apply_LOESS {doblin}R Documentation

Apply LOESS smoothing to barcode trajectories

Description

Apply LOESS smoothing to barcode trajectories

Usage

apply_LOESS(c_series, output_directory, input_name)

Arguments

c_series

A dataframe containing time, frequency, and cluster columns.

output_directory

A string specifying the directory where plots will be saved.

input_name

A string used as the base name for output files (e.g., "replicate1").

Value

A dataframe containing the LOESS-smoothed trajectories for each cluster, with columns cluster, value, and time.


[Package doblin version 0.1.1 Index]