
Multi-page PDF of transcript-exclusive junctions
Source:R/plotting.R
plot_exclusive_junctions_pdf.RdWrites a multi-page PDF: page 1 = full gene view (all transcripts, exclusive arcs in black); subsequent pages = one per exclusive-owning transcript, with its exclusive junction in black.
Usage
plot_exclusive_junctions_pdf(
gtf,
target_gene,
out_pdf,
curvature = -0.2,
width = 10,
height = NULL
)