new_majiq.GeneJunctionsAccumulator

class rna_majiq.GeneJunctionsAccumulator(genes)

Accumulate GeneJunctions objects into combined GeneJunctions

Parameters:

genes (Genes) – Underlying genes that must be shared by all GeneJunctions input into the accumulator

__init__(genes)

Methods

__init__(genes)

accumulated()

Return GeneJunctions with previously added junctions

add(junctions[, make_annotated])

Add GeneJunctions to accumulator

Attributes

genes

Genes shared by input and accumulated junctions