Class/Object

com.fulcrumgenomics.bam

ErrorRateByReadPositionMetric

Related Docs: object ErrorRateByReadPositionMetric | package bam

Permalink

case class ErrorRateByReadPositionMetric(read_number: Int, position: Int, bases_total: Count, errors: Count, error_rate: Double, a_to_c_error_rate: Double, a_to_g_error_rate: Double, a_to_t_error_rate: Double, c_to_a_error_rate: Double, c_to_g_error_rate: Double, c_to_t_error_rate: Double) extends Metric with Product with Serializable

Metrics produced by ErrorRateByReadPosition describing the number of base observations and substitution errors at each position within each sequencing read. Error rates are given for the overall substitution error rate and also for each kind of substitution separately. Instead of reporting 12 substitution rates, 6 are reported where complementary substitutions are grouped together, e.g. T>G substitutions are reported as A>C.

read_number

The read number (0 for fragments, 1 for first of pair, 2 for second of pair).

position

The position or cycle within the read (1-based).

bases_total

The total number of bases observed at this position.

errors

The total number of errors or non-reference basecalls observed at this position.

error_rate

The overall error rate at position.

a_to_c_error_rate

The rate of A>C (and T>G) errors at the position.

a_to_g_error_rate

The rate of A>G (and T>C) errors at the position.

a_to_t_error_rate

The rate of A>T (and T>A) errors at the position.

c_to_a_error_rate

The rate of C>A (and G>T) errors at the position.

c_to_g_error_rate

The rate of C>G (and G>C) errors at the position.

c_to_t_error_rate

The rate of C>T (and G>A) errors at the position.

Linear Supertypes
Serializable, Serializable, Metric, Iterable[(String, String)], IterableLike[(String, String), Iterable[(String, String)]], GenIterable[(String, String)], GenIterableLike[(String, String), Iterable[(String, String)]], Traversable[(String, String)], GenTraversable[(String, String)], GenericTraversableTemplate[(String, String), Iterable], TraversableLike[(String, String), Iterable[(String, String)]], GenTraversableLike[(String, String), Iterable[(String, String)]], Parallelizable[(String, String), ParIterable[(String, String)]], TraversableOnce[(String, String)], GenTraversableOnce[(String, String)], FilterMonadic[(String, String), Iterable[(String, String)]], HasNewBuilder[(String, String), Iterable[(String, String)] @scala.annotation.unchecked.uncheckedVariance], Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ErrorRateByReadPositionMetric
  2. Serializable
  3. Serializable
  4. Metric
  5. Iterable
  6. IterableLike
  7. GenIterable
  8. GenIterableLike
  9. Traversable
  10. GenTraversable
  11. GenericTraversableTemplate
  12. TraversableLike
  13. GenTraversableLike
  14. Parallelizable
  15. TraversableOnce
  16. GenTraversableOnce
  17. FilterMonadic
  18. HasNewBuilder
  19. Product
  20. Equals
  21. AnyRef
  22. Any
Implicitly
  1. by MonadOps
  2. by CollectionsHaveToParArray
  3. by any2stringadd
  4. by StringFormat
  5. by Ensuring
  6. by ArrowAssoc
  7. by alternateImplicit
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ErrorRateByReadPositionMetric(read_number: Int, position: Int, bases_total: Count, errors: Count, error_rate: Double, a_to_c_error_rate: Double, a_to_g_error_rate: Double, a_to_t_error_rate: Double, c_to_a_error_rate: Double, c_to_g_error_rate: Double, c_to_t_error_rate: Double)

    Permalink

    read_number

    The read number (0 for fragments, 1 for first of pair, 2 for second of pair).

    position

    The position or cycle within the read (1-based).

    bases_total

    The total number of bases observed at this position.

    errors

    The total number of errors or non-reference basecalls observed at this position.

    error_rate

    The overall error rate at position.

    a_to_c_error_rate

    The rate of A>C (and T>G) errors at the position.

    a_to_g_error_rate

    The rate of A>G (and T>C) errors at the position.

    a_to_t_error_rate

    The rate of A>T (and T>A) errors at the position.

    c_to_a_error_rate

    The rate of C>A (and G>T) errors at the position.

    c_to_g_error_rate

    The rate of C>G (and G>C) errors at the position.

    c_to_t_error_rate

    The rate of C>T (and G>A) errors at the position.

Type Members

  1. type Self = Iterable[(String, String)]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    TraversableLike
  2. class WithFilter extends FilterMonadic[A, Repr]

    Permalink
    Definition Classes
    TraversableLike

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 ErrorRateByReadPositionMetric to any2stringadd[ErrorRateByReadPositionMetric] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ++[B >: (String, String), That](that: GenTraversableOnce[B])(implicit bf: CanBuildFrom[Iterable[(String, String)], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  5. def ++:[B >: (String, String), That](that: Traversable[B])(implicit bf: CanBuildFrom[Iterable[(String, String)], B, That]): That

    Permalink
    Definition Classes
    TraversableLike
  6. def ++:[B >: (String, String), That](that: TraversableOnce[B])(implicit bf: CanBuildFrom[Iterable[(String, String)], B, That]): That

    Permalink
    Definition Classes
    TraversableLike
  7. def ->[B](y: B): (ErrorRateByReadPositionMetric, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from ErrorRateByReadPositionMetric to ArrowAssoc[ErrorRateByReadPositionMetric] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  8. def /:[B](z: B)(op: (B, (String, String)) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  9. def :\[B](z: B)(op: ((String, String), B) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  10. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. val a_to_c_error_rate: Double

    Permalink

    The rate of A>C (and T>G) errors at the position.

  12. val a_to_g_error_rate: Double

    Permalink

    The rate of A>G (and T>C) errors at the position.

  13. val a_to_t_error_rate: Double

    Permalink

    The rate of A>T (and T>A) errors at the position.

  14. def addString(b: StringBuilder): StringBuilder

    Permalink
    Definition Classes
    TraversableOnce
  15. def addString(b: StringBuilder, sep: String): StringBuilder

    Permalink
    Definition Classes
    TraversableOnce
  16. def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder

    Permalink
    Definition Classes
    TraversableOnce
  17. def aggregate[B](z: ⇒ B)(seqop: (B, (String, String)) ⇒ B, combop: (B, B) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  18. def apply(name: String): String

    Permalink

    Gets the value of the field by name.

    Gets the value of the field by name.

    Definition Classes
    Metric
  19. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  20. val bases_total: Count

    Permalink

    The total number of bases observed at this position.

  21. val c_to_a_error_rate: Double

    Permalink

    The rate of C>A (and G>T) errors at the position.

  22. val c_to_g_error_rate: Double

    Permalink

    The rate of C>G (and G>C) errors at the position.

  23. val c_to_t_error_rate: Double

    Permalink

    The rate of C>T (and G>A) errors at the position.

  24. def canEqual(that: Any): Boolean

    Permalink
    Definition Classes
    IterableLike → Equals
  25. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. def collect[B, That](pf: PartialFunction[(String, String), B])(implicit bf: CanBuildFrom[Iterable[(String, String)], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  27. def collectFirst[B](pf: PartialFunction[(String, String), B]): Option[B]

    Permalink
    Definition Classes
    TraversableOnce
  28. def companion: GenericCompanion[Iterable]

    Permalink
    Definition Classes
    Iterable → GenIterable → Traversable → GenTraversable → GenericTraversableTemplate
  29. def copyToArray[B >: (String, String)](xs: Array[B], start: Int, len: Int): Unit

    Permalink
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  30. def copyToArray[B >: (String, String)](xs: Array[B]): Unit

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  31. def copyToArray[B >: (String, String)](xs: Array[B], start: Int): Unit

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  32. def copyToBuffer[B >: (String, String)](dest: Buffer[B]): Unit

    Permalink
    Definition Classes
    TraversableOnce
  33. def count(p: ((String, String)) ⇒ Boolean): Int

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  34. def drop(n: Int): Iterable[(String, String)]

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  35. def dropRight(n: Int): Iterable[(String, String)]

    Permalink
    Definition Classes
    IterableLike
  36. def dropWhile(p: ((String, String)) ⇒ Boolean): Iterable[(String, String)]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  37. def ensuring(cond: (ErrorRateByReadPositionMetric) ⇒ Boolean, msg: ⇒ Any): ErrorRateByReadPositionMetric

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  42. val error_rate: Double

    Permalink

    The overall error rate at position.

  43. val errors: Count

    Permalink

    The total number of errors or non-reference basecalls observed at this position.

  44. def exists(p: ((String, String)) ⇒ Boolean): Boolean

    Permalink
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  45. def filter(p: ((String, String)) ⇒ Boolean): Iterable[(String, String)]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  46. def filterNot(p: ((String, String)) ⇒ Boolean): Iterable[(String, String)]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  47. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  48. def find(p: ((String, String)) ⇒ Boolean): Option[(String, String)]

    Permalink
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  49. def flatMap[B, That](f: ((String, String)) ⇒ GenTraversableOnce[B])(implicit bf: CanBuildFrom[Iterable[(String, String)], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  50. def flatten[B](implicit asTraversable: ((String, String)) ⇒ GenTraversableOnce[B]): Iterable[B]

    Permalink
    Definition Classes
    GenericTraversableTemplate
  51. def fold[A1 >: (String, String)](z: A1)(op: (A1, A1) ⇒ A1): A1

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  52. def foldLeft[B](z: B)(op: (B, (String, String)) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  53. def foldRight[B](z: B)(op: ((String, String), B) ⇒ B): B

    Permalink
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  54. def forall(p: ((String, String)) ⇒ Boolean): Boolean

    Permalink
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  55. def foreach[U](f: ((String, String)) ⇒ U): Unit

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike → TraversableOnce → GenTraversableOnce → FilterMonadic
  56. def formatValue(value: Any): String

    Permalink

    Override this method to customize how values are formatted.

    Override this method to customize how values are formatted.

    Attributes
    protected
    Definition Classes
    Metric
  57. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ErrorRateByReadPositionMetric to StringFormat[ErrorRateByReadPositionMetric] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  58. def genericBuilder[B]: Builder[B, Iterable[B]]

    Permalink
    Definition Classes
    GenericTraversableTemplate
  59. def get(name: String): Option[String]

    Permalink

    Gets the value of the field by name, returns None if it does not exist.

    Gets the value of the field by name, returns None if it does not exist.

    Definition Classes
    Metric
  60. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  61. def groupBy[K](f: ((String, String)) ⇒ K): Map[K, Iterable[(String, String)]]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  62. def grouped(size: Int): Iterator[Iterable[(String, String)]]

    Permalink
    Definition Classes
    IterableLike
  63. def hasDefiniteSize: Boolean

    Permalink
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  64. def head: (String, String)

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  65. def headOption: Option[(String, String)]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  66. def init: Iterable[(String, String)]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  67. def inits: Iterator[Iterable[(String, String)]]

    Permalink
    Definition Classes
    TraversableLike
  68. def isEmpty: Boolean

    Permalink
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  69. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  70. final def isTraversableAgain: Boolean

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike → GenTraversableOnce
  71. def iterator: Iterator[(String, String)]

    Permalink

    Gets an iterator over the fields of this metric in the order they were defined.

    Gets an iterator over the fields of this metric in the order they were defined. Returns tuples of names and values

    Definition Classes
    Metric → IterableLike → GenIterableLike
  72. def last: (String, String)

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  73. def lastOption: Option[(String, String)]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  74. def map[B, That](f: ((String, String)) ⇒ B)(implicit bf: CanBuildFrom[Iterable[(String, String)], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  75. def max[B >: (String, String)](implicit cmp: Ordering[B]): (String, String)

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  76. def maxBy[B](f: ((String, String)) ⇒ B)(implicit cmp: Ordering[B]): (String, String)

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  77. def min[B >: (String, String)](implicit cmp: Ordering[B]): (String, String)

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  78. def minBy[B](f: ((String, String)) ⇒ B)(implicit cmp: Ordering[B]): (String, String)

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  79. def mkString: String

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  80. def mkString(sep: String): String

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  81. def mkString(start: String, sep: String, end: String): String

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  82. def names: Seq[String]

    Permalink

    Get the names of the arguments in the order they were defined.

    Get the names of the arguments in the order they were defined.

    Definition Classes
    Metric
  83. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  84. def newBuilder: Builder[(String, String), Iterable[(String, String)]]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    GenericTraversableTemplate → HasNewBuilder
  85. def nonEmpty: Boolean

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  86. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  88. def par: ParIterable[(String, String)]

    Permalink
    Definition Classes
    Parallelizable
  89. def parCombiner: Combiner[(String, String), ParIterable[(String, String)]]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    TraversableLike → Parallelizable
  90. def partition(p: ((String, String)) ⇒ Boolean): (Iterable[(String, String)], Iterable[(String, String)])

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  91. val position: Int

    Permalink

    The position or cycle within the read (1-based).

  92. def product[B >: (String, String)](implicit num: Numeric[B]): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  93. val read_number: Int

    Permalink

    The read number (0 for fragments, 1 for first of pair, 2 for second of pair).

  94. def reduce[A1 >: (String, String)](op: (A1, A1) ⇒ A1): A1

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  95. def reduceLeft[B >: (String, String)](op: (B, (String, String)) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce
  96. def reduceLeftOption[B >: (String, String)](op: (B, (String, String)) ⇒ B): Option[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  97. def reduceOption[A1 >: (String, String)](op: (A1, A1) ⇒ A1): Option[A1]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  98. def reduceRight[B >: (String, String)](op: ((String, String), B) ⇒ B): B

    Permalink
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  99. def reduceRightOption[B >: (String, String)](op: ((String, String), B) ⇒ B): Option[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  100. def repr: Iterable[(String, String)]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  101. def reversed: List[(String, String)]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    TraversableOnce
  102. def sameElements[B >: (String, String)](that: GenIterable[B]): Boolean

    Permalink
    Definition Classes
    IterableLike → GenIterableLike
  103. def scan[B >: (String, String), That](z: B)(op: (B, B) ⇒ B)(implicit cbf: CanBuildFrom[Iterable[(String, String)], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  104. def scanLeft[B, That](z: B)(op: (B, (String, String)) ⇒ B)(implicit bf: CanBuildFrom[Iterable[(String, String)], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  105. def scanRight[B, That](z: B)(op: ((String, String), B) ⇒ B)(implicit bf: CanBuildFrom[Iterable[(String, String)], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
    Annotations
    @migration
    Migration

    (Changed in version 2.9.0) The behavior of scanRight has changed. The previous behavior can be reproduced with scanRight.reverse.

  106. def seq: Iterable[(String, String)]

    Permalink
    Definition Classes
    Iterable → GenIterable → Traversable → GenTraversable → Parallelizable → TraversableOnce → GenTraversableOnce
  107. def size: Int

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  108. def slice(from: Int, until: Int): Iterable[(String, String)]

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  109. def sliding(size: Int, step: Int): Iterator[Iterable[(String, String)]]

    Permalink
    Definition Classes
    IterableLike
  110. def sliding(size: Int): Iterator[Iterable[(String, String)]]

    Permalink
    Definition Classes
    IterableLike
  111. def span(p: ((String, String)) ⇒ Boolean): (Iterable[(String, String)], Iterable[(String, String)])

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  112. def splitAt(n: Int): (Iterable[(String, String)], Iterable[(String, String)])

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  113. def stringPrefix: String

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  114. def sum[B >: (String, String)](implicit num: Numeric[B]): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  115. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  116. def tail: Iterable[(String, String)]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  117. def tails: Iterator[Iterable[(String, String)]]

    Permalink
    Definition Classes
    TraversableLike
  118. def take(n: Int): Iterable[(String, String)]

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  119. def takeRight(n: Int): Iterable[(String, String)]

    Permalink
    Definition Classes
    IterableLike
  120. def takeWhile(p: ((String, String)) ⇒ Boolean): Iterable[(String, String)]

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  121. def thisCollection: Iterable[(String, String)]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    IterableLike → TraversableLike
  122. def to[Col[_]](implicit cbf: CanBuildFrom[Nothing, (String, String), Col[(String, String)]]): Col[(String, String)]

    Permalink
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  123. def toArray[B >: (String, String)](implicit arg0: ClassTag[B]): Array[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  124. def toBuffer[B >: (String, String)]: Buffer[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  125. def toCollection(repr: Iterable[(String, String)]): Iterable[(String, String)]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    IterableLike → TraversableLike
  126. def toIndexedSeq: IndexedSeq[(String, String)]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  127. def toIterable: Iterable[(String, String)]

    Permalink
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  128. def toIterator: Iterator[(String, String)]

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  129. def toList: List[(String, String)]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  130. def toMap[T, U](implicit ev: <:<[(String, String), (T, U)]): Map[T, U]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  131. def toParArray: ParArray[T]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ErrorRateByReadPositionMetric to CollectionsHaveToParArray[ErrorRateByReadPositionMetric, T] performed by method CollectionsHaveToParArray in scala.collection.parallel. This conversion will take place only if an implicit value of type (ErrorRateByReadPositionMetric) ⇒ GenTraversableOnce[T] is in scope.
    Definition Classes
    CollectionsHaveToParArray
  132. def toSeq: Seq[(String, String)]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  133. def toSet[B >: (String, String)]: Set[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  134. def toStream: Stream[(String, String)]

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
  135. def toString(): String

    Permalink
    Definition Classes
    Metric → TraversableLike → AnyRef → Any
  136. def toTraversable: Traversable[(String, String)]

    Permalink
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  137. def toVector: Vector[(String, String)]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  138. def transpose[B](implicit asTraversable: ((String, String)) ⇒ GenTraversableOnce[B]): Iterable[Iterable[B]]

    Permalink
    Definition Classes
    GenericTraversableTemplate
    Annotations
    @migration
    Migration

    (Changed in version 2.9.0) transpose throws an IllegalArgumentException if collections are not uniformly sized.

  139. def unzip[A1, A2](implicit asPair: ((String, String)) ⇒ (A1, A2)): (Iterable[A1], Iterable[A2])

    Permalink
    Definition Classes
    GenericTraversableTemplate
  140. def unzip3[A1, A2, A3](implicit asTriple: ((String, String)) ⇒ (A1, A2, A3)): (Iterable[A1], Iterable[A2], Iterable[A3])

    Permalink
    Definition Classes
    GenericTraversableTemplate
  141. def values: Seq[String]

    Permalink

    Get the values of the arguments in the order they were defined.

    Get the values of the arguments in the order they were defined.

    Definition Classes
    Metric
  142. def view(from: Int, until: Int): IterableView[(String, String), Iterable[(String, String)]]

    Permalink
    Definition Classes
    IterableLike → TraversableLike
  143. def view: IterableView[(String, String), Iterable[(String, String)]]

    Permalink
    Definition Classes
    IterableLike → TraversableLike
  144. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  147. def withFilter(p: ((String, String)) ⇒ Boolean): FilterMonadic[(String, String), Iterable[(String, String)]]

    Permalink
    Definition Classes
    TraversableLike → FilterMonadic
  148. def zip[A1 >: (String, String), B, That](that: GenIterable[B])(implicit bf: CanBuildFrom[Iterable[(String, String)], (A1, B), That]): That

    Permalink
    Definition Classes
    IterableLike → GenIterableLike
  149. def zipAll[B, A1 >: (String, String), That](that: GenIterable[B], thisElem: A1, thatElem: B)(implicit bf: CanBuildFrom[Iterable[(String, String)], (A1, B), That]): That

    Permalink
    Definition Classes
    IterableLike → GenIterableLike
  150. def zipWithIndex[A1 >: (String, String), That](implicit bf: CanBuildFrom[Iterable[(String, String)], (A1, Int), That]): That

    Permalink
    Definition Classes
    IterableLike → GenIterableLike
  151. def [B](y: B): (ErrorRateByReadPositionMetric, B)

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

Shadowed Implicit Value Members

  1. def filter(p: ((String, String)) ⇒ Boolean): TraversableOnce[(String, String)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ErrorRateByReadPositionMetric to MonadOps[(String, String)] performed by method MonadOps in scala.collection.TraversableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (errorRateByReadPositionMetric: MonadOps[(String, String)]).filter(p)
    Definition Classes
    MonadOps
  2. def flatMap[B](f: ((String, String)) ⇒ GenTraversableOnce[B]): TraversableOnce[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ErrorRateByReadPositionMetric to MonadOps[(String, String)] performed by method MonadOps in scala.collection.TraversableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (errorRateByReadPositionMetric: MonadOps[(String, String)]).flatMap(f)
    Definition Classes
    MonadOps
  3. def map[B](f: ((String, String)) ⇒ B): TraversableOnce[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ErrorRateByReadPositionMetric to MonadOps[(String, String)] performed by method MonadOps in scala.collection.TraversableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (errorRateByReadPositionMetric: MonadOps[(String, String)]).map(f)
    Definition Classes
    MonadOps
  4. def withFilter(p: ((String, String)) ⇒ Boolean): Iterator[(String, String)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ErrorRateByReadPositionMetric to MonadOps[(String, String)] performed by method MonadOps in scala.collection.TraversableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (errorRateByReadPositionMetric: MonadOps[(String, String)]).withFilter(p)
    Definition Classes
    MonadOps

Deprecated Value Members

  1. def formatValues(value: Any): String

    Permalink

    Attributes
    protected
    Definition Classes
    Metric
    Annotations
    @deprecated
    Deprecated

    (Since version 0.5.0) Use formatValue instead.

Inherited from Serializable

Inherited from Serializable

Inherited from Metric

Inherited from Iterable[(String, String)]

Inherited from IterableLike[(String, String), Iterable[(String, String)]]

Inherited from GenIterable[(String, String)]

Inherited from GenIterableLike[(String, String), Iterable[(String, String)]]

Inherited from Traversable[(String, String)]

Inherited from GenTraversable[(String, String)]

Inherited from GenericTraversableTemplate[(String, String), Iterable]

Inherited from TraversableLike[(String, String), Iterable[(String, String)]]

Inherited from GenTraversableLike[(String, String), Iterable[(String, String)]]

Inherited from Parallelizable[(String, String), ParIterable[(String, String)]]

Inherited from TraversableOnce[(String, String)]

Inherited from GenTraversableOnce[(String, String)]

Inherited from FilterMonadic[(String, String), Iterable[(String, String)]]

Inherited from HasNewBuilder[(String, String), Iterable[(String, String)] @scala.annotation.unchecked.uncheckedVariance]

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion MonadOps from ErrorRateByReadPositionMetric to MonadOps[(String, String)]

Inherited by implicit conversion CollectionsHaveToParArray from ErrorRateByReadPositionMetric to CollectionsHaveToParArray[ErrorRateByReadPositionMetric, T]

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

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

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

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

Inherited by implicit conversion alternateImplicit from ErrorRateByReadPositionMetric to ForceImplicitAmbiguity

Ungrouped