breakpointOverlaps: A function to extract the reads overlapping to fusion...

Description Usage Arguments Value Author(s) Examples

View source: R/AllUtilities.R

Description

A function to extract the reads overlapping to fusion breakpoint.

Usage

1

Arguments

fset

An fSet object. The slots fusionRNA and fusionGA needs to be loaded

plot

If FALSE plot is not printed

ylim

If NULL it uses the full fusion transcript coverage to define the ylim of the plot. If setted it can be used to zoom in the plot to better see the structure of the coverage at the brek point

Value

An object of GAlignment class. A plot of the fusion trascript coverage in blue and of the reads spanning over the break point in yellow.

Author(s)

Raffaele A Calogero

Examples

1
2
3
4
load(paste(find.package(package="chimera"), "/examples/fset_ARFGEF2-SULF2.rda", sep=""))
my.seq <- chimeraSeqs(my.fset)
my.fset <- addRNA(my.fset, my.seq)
tmp <- breakpointOverlaps(my.fset)

chimera documentation built on Nov. 8, 2020, 5:16 p.m.