Packages

  • package root
    Definition Classes
    root
  • package com
    Definition Classes
    root
  • package fulcrumgenomics
    Definition Classes
    com
  • package umi
    Definition Classes
    fulcrumgenomics
  • object ConsensusTags

    Object that encapsulates the various consensus related tags that are added to consensus reads at both the per-read and per-base level.

    Object that encapsulates the various consensus related tags that are added to consensus reads at both the per-read and per-base level.

    Currently only contains tags for single-strand consensus reads, but with a view to using the following names for consistency if/when we add duplex calling: Value AB BA Final --------------------- -- -- ----- per-read-depth aD bD cD per-read-min-depth aM bM cM per-read-error-rate aE bE cE per-base-depth ad bd cd per-base-error-count ae be ce per-base-bases ac bc bases per-base-quals aq bq quals The second letter in the tag is lower case if it is per-base, upper case if it is per-read.

    Definition Classes
    umi
  • PerBase
  • PerRead

object PerBase

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

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

    The single-stranded consensus from the AB raw reads.

  5. val AbConsensusQuals: String

    The phred-scaled qualities, as phred-33 ascii values, of the single-stranded consensus from the AB raw reads.

  6. val AbRawReadCount: String
  7. val AbRawReadErrors: String
  8. val AllPerBaseTags: Seq[String]

    The set of all per-base tags.

  9. val BaConsensusBases: String

    The single-stranded consensus from the BA raw reads.

  10. val BaConsensusQuals: String

    The phred-scaled qualities, as phred-33 ascii values, of the single-stranded consensus from the BA raw reads.

  11. val BaRawReadCount: String
  12. val BaRawReadErrors: String
  13. val RawReadCount: String

    The per-base number of raw-reads contributing to the consensus (stored as a short[]).

  14. val RawReadErrors: String

    The number of bases at each position that disagreed with the final consensus call (stored as a short[]).

    The number of bases at each position that disagreed with the final consensus call (stored as a short[]). If the final consensus call is a no call (N), then we use the most likely consensus base instead of the final call.

  15. val TagsToReverse: Seq[String]

    The set of the per-base tags produced by the consensus caller that need to be reversed after alignment.

  16. val TagsToReverseComplement: Seq[String]

    The set of the per-base tags produced by the consensus caller that need to be reverse complemented after alignment.

  17. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  18. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  21. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped