
Creates a nested list of Dorado tail features (raw signal + pseudomoves).
Source:R/ninetails_core_functions_dorado_DRS.R
create_tail_features_list_dorado.RdThis function processes raw poly(A) tail signal traces from Dorado and computes pseudomoves using a threshold-based filter. Each read is stored in a nested list structure, keyed by its read ID, with both the raw signal and the computed pseudomove vector.
Value
A nested list of tail features, organized by read IDs. Each read entry contains:
tail_signal: numeric vector of the raw poly(A) tail signal.tail_pseudomoves: numeric vector of pseudomove states computed byninetails::filter_signal_by_threshold.