newfSet: A constructor for fSet class objects

Description Usage Arguments Value Author(s) Examples

View source: R/AllClasses.R

Description

A function to create a new fSet object

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
newfSet(fusionInfo = list(fusionTool = NA,
                                      UniqueCuttingPositionCount = 0,
                                      SeedCount = 0, 
                                      RescuedCount = 0, 
                                      SplicePattern = NA, 
                                      FusionGene = NA,
                                      frameShift = NA), 
	           fusionLoc = GRangesList(),
               fusionRNA = DNAStringSet(),
               fusionGA = GAlignments())

Arguments

fusionInfo

A list of the fusion characteristics see fSet class slot fusionInfo

fusionLoc

A GRangesList encompassing the fusion break points

fusionRNA

A DNAStringSet encompassing the fusion transcript

fusionGA

A GAlignments encompassing the location of reads mapping on the fusion transcript

Value

An object of fSet class

Author(s)

Raffaele A Calogero

Examples

1
2
tmp <- newfSet()
tmp

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