
Split large poly(A) data file into smaller parts.
Source:R/ninetails_check_tails_guppy.R
split_polya_data.RdDivides a poly(A) length table (nanopolish or tailfindr output) into
smaller files of at most part_size rows each, saving them to a
polya_data_parts subdirectory within save_dir. This
prevents memory overflow when processing large datasets.
Value
Character vector of file paths to the created part files,
named polya_data_part_<i>_of_<n>.tsv.
Details
This function is called internally by
check_tails_guppy when the input exceeds the
part_size threshold. It is not intended to be called directly
by the user.
See also
check_tails_guppy which calls this function,
process_polya_parts which processes the resulting
parts.