
Draws a portion of poly(A) tail squiggle (chunk) for given read.
Source:R/ninetails_plotting_functions.R
plot_tail_chunk.RdThis function allows to visualise a single fragment of the poly(A) tail area defined by the fragment name (chunk_name). Intended for use on the output of create_tail_chunk_list_moved function.
Examples
if (FALSE) { # \dontrun{
example <- ninetails::plot_tail_chunk(
chunk_name = "5c2386e6-32e9-4e15-a5c7-2831f4750b2b_1",
tail_chunk_list = tcl)
print(example)
} # }