Class

com.fulcrumgenomics.umi

FilterConsensusReads

Related Doc: package umi

Permalink

class FilterConsensusReads extends FgBioTool with LazyLogging

Annotations
@ClpAnnotation()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FilterConsensusReads
  2. LazyLogging
  3. FgBioTool
  4. AnyRef
  5. 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 FilterConsensusReads(input: FgBioDef.PathToBam, output: FgBioDef.PathToBam, ref: FgBioDef.PathToFasta, reversePerBaseTags: Boolean = false, minReads: Seq[Int], maxReadErrorRate: Seq[Double] = Seq(0.025), maxBaseErrorRate: Seq[Double] = Seq(0.1), minBaseQuality: PhredScore, maxNoCallFraction: Double = 0.2, minMeanBaseQuality: Option[PhredScore] = None, requireSingleStrandAgreement: Boolean = false)

    Permalink

Type Members

  1. case class FilterResult(keepRead: Boolean, maskedBases: Int) extends Product with Serializable

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from FilterConsensusReads to any2stringadd[FilterConsensusReads] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (FilterConsensusReads, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from FilterConsensusReads to ArrowAssoc[FilterConsensusReads] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def ensuring(cond: (FilterConsensusReads) ⇒ Boolean, msg: ⇒ Any): FilterConsensusReads

    Permalink
    Implicit information
    This member is added by an implicit conversion from FilterConsensusReads to Ensuring[FilterConsensusReads] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  9. def ensuring(cond: (FilterConsensusReads) ⇒ Boolean): FilterConsensusReads

    Permalink
    Implicit information
    This member is added by an implicit conversion from FilterConsensusReads to Ensuring[FilterConsensusReads] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: Boolean, msg: ⇒ Any): FilterConsensusReads

    Permalink
    Implicit information
    This member is added by an implicit conversion from FilterConsensusReads to Ensuring[FilterConsensusReads] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean): FilterConsensusReads

    Permalink
    Implicit information
    This member is added by an implicit conversion from FilterConsensusReads to Ensuring[FilterConsensusReads] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  14. def execute(): Unit

    Permalink
    Definition Classes
    FilterConsensusReadsFgBioTool
  15. def fail(exit: Int, message: String): Nothing

    Permalink

    Fail with a specific error code and message.

    Fail with a specific error code and message.

    Definition Classes
    FgBioTool
  16. def fail(message: String): Nothing

    Permalink

    Fail with the default exit code and a message.

    Fail with the default exit code and a message.

    Definition Classes
    FgBioTool
  17. def fail(exit: Int): Nothing

    Permalink

    Fail with just an exit code.

    Fail with just an exit code.

    Definition Classes
    FgBioTool
  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from FilterConsensusReads to StringFormat[FilterConsensusReads] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  20. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  21. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  22. val input: FgBioDef.PathToBam

    Permalink
  23. def invalid(message: String): Nothing

    Permalink

    Generates a new validation exception with the given message.

    Generates a new validation exception with the given message.

    Definition Classes
    FgBioTool
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  26. val maxBaseErrorRate: Seq[Double]

    Permalink
  27. val maxNoCallFraction: Double

    Permalink
  28. val maxReadErrorRate: Seq[Double]

    Permalink
  29. val minBaseQuality: PhredScore

    Permalink
  30. val minMeanBaseQuality: Option[PhredScore]

    Permalink
  31. val minReads: Seq[Int]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  35. val output: FgBioDef.PathToBam

    Permalink
  36. val ref: FgBioDef.PathToFasta

    Permalink
  37. val requireSingleStrandAgreement: Boolean

    Permalink
  38. val reversePerBaseTags: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  40. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  41. def validate(test: Boolean, message: ⇒ String): Unit

    Permalink

    Generates a validation exception if the test value is false.

    Generates a validation exception if the test value is false.

    Definition Classes
    FgBioTool
  42. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. def [B](y: B): (FilterConsensusReads, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from FilterConsensusReads to ArrowAssoc[FilterConsensusReads] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from LazyLogging

Inherited from FgBioTool

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped