Class

org.biodatageeks.sequila.pileup.model

ContigAggregate

Related Doc: package model

Permalink

case class ContigAggregate(contig: String = "", contigLen: Int = 0, events: Array[Short], alts: MultiLociAlts, quals: MultiLociQuals, startPosition: Int = 0, maxPosition: Int = 0, shrinkedEventsArraySize: Int = 0, maxSeqLen: Int = 0, qualityCache: QualityCache, conf: Broadcast[Conf]) extends Product with Serializable

Events aggregation on contig

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ContigAggregate
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ContigAggregate(contig: String = "", contigLen: Int = 0, events: Array[Short], alts: MultiLociAlts, quals: MultiLociQuals, startPosition: Int = 0, maxPosition: Int = 0, shrinkedEventsArraySize: Int = 0, maxSeqLen: Int = 0, qualityCache: QualityCache, conf: Broadcast[Conf])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addToCache(readQualSummary: ReadQualSummary): Unit

    Permalink
  5. val alts: MultiLociAlts

    Permalink
  6. val altsKeyCache: TreeSet[Int]

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def calculateAdjustedQuals(upd: PartitionCorrections): MultiLociQuals

    Permalink
  9. def calculateMaxLength(allPositions: Boolean): Int

    Permalink
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. val conf: Broadcast[Conf]

    Permalink
  12. val contig: String

    Permalink
  13. val contigLen: Int

    Permalink
  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. val events: Array[Short]

    Permalink
  16. def fillQualityForHigherAlts(upd: PartitionCorrections, adjustedQuals: MultiLociQuals, blacklist: Set[Int]): MultiLociQuals

    Permalink
  17. def fillQualityForLowerAlts(upd: PartitionCorrections, qualsInterim: MultiLociQuals, blacklist: Set[Int], conf: Broadcast[Conf]): MultiLociQuals

    Permalink
  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def getAdjustedAggregate(b: Broadcast[FullCorrections]): ContigAggregate

    Permalink
  20. def getAltPositionsForRange(start: Int, end: Int): SortedSet[Int]

    Permalink
  21. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  22. def getPileupUpdate: PileupUpdate

    Permalink
  23. def getRange: Range

    Permalink
  24. def getTail: Tail

    Permalink
  25. def hasAltOnPosition(pos: Int): Boolean

    Permalink
  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. val maxPosition: Int

    Permalink
  28. val maxSeqLen: Int

    Permalink
  29. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  30. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  32. val qualityCache: QualityCache

    Permalink
  33. val quals: MultiLociQuals

    Permalink
  34. val shrinkedEventsArraySize: Int

    Permalink
  35. val startPosition: Int

    Permalink
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  37. def trimQuals: MultiLociQuals

    Permalink
  38. def updateAlts(pos: Int, alt: Char): Unit

    Permalink
  39. def updateEvents(pos: Int, startPart: Int, delta: Short): Unit

    Permalink
  40. def updateQuals(pos: Int, alt: Char, quality: Byte, firstUpdate: Boolean = false, updateMax: Boolean = true): Unit

    Permalink
  41. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped