Packages

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

Stores information about a consensus read. Bases, arrays, and the two single strand consensus reads 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 AB consensus read from which the duplex was constructed

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DuplexConsensusRead
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. SimpleRead
  7. AnyRef
  8. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DuplexConsensusRead(id: String, bases: Array[Byte], quals: Array[Byte], errors: Array[Short], abConsensus: VanillaConsensusRead, baConsensus: VanillaConsensusRead)

    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 AB consensus read from which the duplex was constructed

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from DuplexConsensusRead to any2stringadd[DuplexConsensusRead] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (DuplexConsensusRead, B)
    Implicit
    This member is added by an implicit conversion from DuplexConsensusRead to ArrowAssoc[DuplexConsensusRead] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. val abConsensus: VanillaConsensusRead
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. val baConsensus: VanillaConsensusRead
  9. def baseString: String

    Returns the consensus read a String - mostly useful for testing.

    Returns the consensus read a String - mostly useful for testing.

    Definition Classes
    SimpleRead
  10. val bases: Array[Byte]
    Definition Classes
    DuplexConsensusReadSimpleRead
  11. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def ensuring(cond: (DuplexConsensusRead) ⇒ Boolean, msg: ⇒ Any): DuplexConsensusRead
    Implicit
    This member is added by an implicit conversion from DuplexConsensusRead to Ensuring[DuplexConsensusRead] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: (DuplexConsensusRead) ⇒ Boolean): DuplexConsensusRead
    Implicit
    This member is added by an implicit conversion from DuplexConsensusRead to Ensuring[DuplexConsensusRead] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean, msg: ⇒ Any): DuplexConsensusRead
    Implicit
    This member is added by an implicit conversion from DuplexConsensusRead to Ensuring[DuplexConsensusRead] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean): DuplexConsensusRead
    Implicit
    This member is added by an implicit conversion from DuplexConsensusRead to Ensuring[DuplexConsensusRead] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. val errors: Array[Short]
  18. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from DuplexConsensusRead to StringFormat[DuplexConsensusRead] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  21. val id: String
    Definition Classes
    DuplexConsensusReadSimpleRead
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def length: Int

    Gets the length of the consensus read.

    Gets the length of the consensus read.

    Definition Classes
    SimpleRead
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  27. val quals: Array[Byte]
    Definition Classes
    DuplexConsensusReadSimpleRead
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. def [B](y: B): (DuplexConsensusRead, B)
    Implicit
    This member is added by an implicit conversion from DuplexConsensusRead to ArrowAssoc[DuplexConsensusRead] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from SimpleRead

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from DuplexConsensusRead to any2stringadd[DuplexConsensusRead]

Inherited by implicit conversion StringFormat from DuplexConsensusRead to StringFormat[DuplexConsensusRead]

Inherited by implicit conversion Ensuring from DuplexConsensusRead to Ensuring[DuplexConsensusRead]

Inherited by implicit conversion ArrowAssoc from DuplexConsensusRead to ArrowAssoc[DuplexConsensusRead]

Ungrouped