object DuplexConsensusCaller

Container for constant values and types used by the DuplexConsensusCaller

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DuplexConsensusCaller
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class DuplexConsensusRead(id: String, bases: Array[Byte], quals: Array[Byte], errors: Array[Short], abConsensus: VanillaConsensusRead, baConsensus: Option[VanillaConsensusRead]) extends SimpleRead with Product with Serializable

    Stores information about a consensus read.

    Stores information about a consensus read. Bases, arrays, and the two single strand consensus reads (when present) must all be the same length.

    bases

    the base calls of the consensus read

    quals

    the calculated phred-scaled quality scores of the bases

    errors

    the total number of raw read errors vs. the final consensus sequence at each base

    abConsensus

    the AB consensus read from which the duplex was constructed

    baConsensus

    the BA consensus read from which the duplex was constructed, if present. It may not be present if created from the AB strand reads only.

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val ErrorRatePostUmi: PhredScore
  5. val ErrorRatePreUmi: PhredScore

    Various default values for the consensus caller.

  6. val FilterCollision: String
  7. val FilterFragments: String
  8. val FilterMinReads: String

    Additional filter strings used when rejecting reads.

  9. val FilterSsConsensus: String
  10. val MinInputBaseQuality: PhredScore
  11. val NoCall: Byte
  12. val NoCallQual: PhredScore
  13. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped