starReads {chimera}R Documentation

A function to extract reads info from STAR fusion output

Description

A function producing a GRangeList for the reads information, involved in a fusion event.

Usage

starReads(fusion.report, parallel=FALSE)

Arguments

fusion.report

STAR fusion output file

parallel

option to run a parallel version of the function, default FALSE

Author(s)

Raffaele A Calogero

Examples

#tmp <- starReads("Chimeric.out.junction", parallel=FALSE)


[Package chimera version 1.26.0 Index]