
Correct read class labels for backward compatibility
Source:R/ninetails_misc_helper_functions.R
correct_labels.RdResolves naming convention changes between pre-release and current
versions of ninetails. Previously, read classes were labeled
"modified", "unmodified", and "unclassified".
These have been changed to "decorated", "blank", and
"unclassified", since the presence of non-A within a poly(A)
tail does not necessarily result from post-transcriptional modification;
it may be caused by semi-templated tails, polymerase slippage, or other
mechanisms.
Arguments
- df
Data frame. Ninetails read classification results (
class_data) or the output ofmerge_nonA_tables. Must contain aclasscolumn.