Usage
plotChimeras(chimeric.alns, max.gap = 10, tick.sep = 20, text.size = 10, title.size = 16, gap.pad = 20, legend.title = "Chromosome", xangle = 90, wrt.forward = FALSE, annotate.within = 20, annotations = GenomicRanges::GRanges())
Arguments
chimeric.alns
A GAlignments object containing only the chimeric
reads to be plotted
max.gap
If aligned segments are separated by more than max.gap,
tick.sep
How many bases should separate tick labels on plot. Default 20.
text.size
Size of X and Y tick labels on plot. Default 12
title.size
Size of X and Y axis labels on plot. Default 16
gap.pad
How much should aligned blocks be separated by? (Default: 20)
legend.title
Title for the legend. Default "Chromosome"
xangle
Angle for x axis text (Default 90, i.e vertical)
wrt.forward
Should chimeric alignments where all members map to the
negative strand be displayed with respect to the forward strand, i.e. as the
cigar strand is written (TRUE), or the negative strand (FALSE) (Default: FALSE)
annotate.within
annot_aln ranges in "annotations" within n bases of a chimeric
alignment (Default 50)
annotations
A list of GRanges. Any that overlap with the chimeric alignments
are highlighed in the plot.