
Counts non-A residues found in a nonadenosine_residues data frame produced by the ninetails pipeline.
Source:R/ninetails_data_postprocessing_functions.R
count_residues.RdTabulates the prediction column of the
nonadenosine_residues data frame, counting occurrences of each
non-A nucleotide type (C, G, U). Counts represent total hits across
all reads, not per-read summaries (a single read may contribute
multiple hits).
Value
A tibble with columns for the grouping variable (if provided),
prediction (nucleotide type), and n (the count).
See also
count_class for counting read-level classes,
read_residue_single and
read_residue_multiple for loading residue data,
summarize_nonA for transcript-level summaries.