| plot_exclusive_junctions_pdf | R Documentation |
Writes 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.
plot_exclusive_junctions_pdf(
gtf,
target_gene,
out_pdf,
curvature = -0.2,
width = 10,
height = NULL
)
gtf, target_gene, curvature |
See |
out_pdf |
Character path for the PDF. |
width, height |
PDF page dimensions. |
Invisibly, a list with exclusive_transcripts and n_pages.
Requires the ggplot2 package (declared in Suggests).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.