| PartnerGene-class {chimeraviz} | R Documentation |
The PartnerGene class represents one of the genes in a fusion event.
nameCharacter containing name of the gene.
ensemblIdCharacter containing ensembl id for the gene.
chromosomeCharacter containing chromosome name.
breakpointNumeric containing the fusion breakpoint.
strandCharacter containing gene strand.
junctionSequenceBiostrings::DNAString containing the sequence right before/after the fusion breakpoint.
transcriptsGenomicRanges::GRangesList containing three GenomicRanges::Granges() objects, one for each "transcript type". The transcript types are: 1) Transcripts where the fusion breakpoint hits an exon boundary, 2) transcripts where the fusion breakpoint is within an exon, 3) transcripts where the fusion breakpoint is within an intron.