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) 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)

    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 contig: String

    Permalink
  12. val contigLen: Int

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

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

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

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

    Permalink
  17. def finalize(): Unit

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

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

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

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

    Permalink
  22. def getRange: Range

    Permalink
  23. def getTail: Tail

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

    Permalink
  25. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  26. val maxPosition: Int

    Permalink
  27. val maxSeqLen: Int

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

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

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

    Permalink
    Definition Classes
    AnyRef
  31. val qualityCache: QualityCache

    Permalink
  32. val quals: MultiLociQuals

    Permalink
  33. val shrinkedEventsArraySize: Int

    Permalink
  34. val startPosition: Int

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

    Permalink
    Definition Classes
    AnyRef
  36. def trimQuals: MultiLociQuals

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

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

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

    Permalink
  40. final def wait(): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. 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