| Fusion-class {chimeraviz} | R Documentation |
The Fusion class represents a fusion event, holding data imported from a fusion tool.
idA unique id representing a fusion event. For deFuse data this will be the cluster id.
fusionToolName of the fusion tool.
genomeVersionName of the genome used to map reads.
spanningReadsCountThe number of spanning reads supporting the fusion.
splitReadsCountThe number of split reads supporting the fusion.
fusionReadsAlignmentA Gviz::AlignmentsTrack object holding the fusion reads aligned to the fusion sequence.
geneAA PartnerGene object holding information of the upstream fusion partner gene.
geneBA PartnerGene object holding information of the downstream fusion partner gene.
inframeA logical value indicating whether or not the downstream fusion partner gene is inframe or not. Not all fusion-finders report this.
fusionToolSpecificDataA list that will hold fields of importance for a specific fusion finder. This field is used because many fusion-finders report important values that are hard to fit into a standardized format. Examples of values that are added to this list is probability from deFuse and EricScore from EricScript.