readAbraSv: Read an abra.sv file

Description Usage Arguments Value Examples

Description

Read in a sample's abra.sv.txt file, or a merged (concatenated) abra.sv.txt file with an extra (initial) column giving the sample name.

Usage

1
readAbraSv(file, stranded = FALSE, orderedEnds = TRUE, tumorOnly = FALSE)

Arguments

file

The abra.sv fusion data file to load. Can be a single abra sv file, or a merged file with results for multuple samples.

stranded

Boolean indicating if the abra file has strand information. Currently, setting this TRUE will prevent processing as stradedness is not implemented. Default is FALSE.

orderedEnds

Boolean indicating if the output should order the two fusions ends canonically (ref, then pos), so the earlier one is first. Default is TRUE.

tumorOnly

Boolean indicating if the abra file has one column, e.g. tumor only or two columns of data, e.g. tumor and normal. Default is FALSE.

Value

Returns a data frame describing the fusions, with columns:

Examples

1
2
3
svFile <- "tests/testthat/data/perSampleAbraSv.tsv"
svFile <- system.file( svFile, package= "fusionClust" )
fusions <- loadAbraSv( svFile )

jefferys/FusionClust documentation built on May 22, 2019, 2:39 p.m.