case class SampleBarcodeMetric(barcode_name: String = "", library_name: String = "", barcode: String = "", reads: Int = 0, pf_reads: Int = 0, perfect_matches: Int = 0, pf_perfect_matches: Int = 0, one_mismatch_matches: Int = 0, pf_one_mismatch_matches: Int = 0, pct_matches: Double = 0d, ratio_this_barcode_to_best_barcode_pct: Double = 0d, pf_pct_matches: Double = 0d, pf_ratio_this_barcode_to_best_barcode_pct: Double = 0d, pf_normalized_matches: Double = 0d) extends Metric with Product with Serializable

Metrics for matching reads to sample barcodes.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SampleBarcodeMetric
  2. Serializable
  3. Serializable
  4. Metric
  5. Product
  6. Equals
  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 SampleBarcodeMetric(barcode_name: String = "", library_name: String = "", barcode: String = "", reads: Int = 0, pf_reads: Int = 0, perfect_matches: Int = 0, pf_perfect_matches: Int = 0, one_mismatch_matches: Int = 0, pf_one_mismatch_matches: Int = 0, pct_matches: Double = 0d, ratio_this_barcode_to_best_barcode_pct: Double = 0d, pf_pct_matches: Double = 0d, pf_ratio_this_barcode_to_best_barcode_pct: Double = 0d, pf_normalized_matches: Double = 0d)

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 SampleBarcodeMetric to any2stringadd[SampleBarcodeMetric] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (SampleBarcodeMetric, B)
    Implicit
    This member is added by an implicit conversion from SampleBarcodeMetric to ArrowAssoc[SampleBarcodeMetric] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. var barcode: String
  8. var barcode_name: String
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def ensuring(cond: (SampleBarcodeMetric) ⇒ Boolean, msg: ⇒ Any): SampleBarcodeMetric
    Implicit
    This member is added by an implicit conversion from SampleBarcodeMetric to Ensuring[SampleBarcodeMetric] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: (SampleBarcodeMetric) ⇒ Boolean): SampleBarcodeMetric
    Implicit
    This member is added by an implicit conversion from SampleBarcodeMetric to Ensuring[SampleBarcodeMetric] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean, msg: ⇒ Any): SampleBarcodeMetric
    Implicit
    This member is added by an implicit conversion from SampleBarcodeMetric to Ensuring[SampleBarcodeMetric] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean): SampleBarcodeMetric
    Implicit
    This member is added by an implicit conversion from SampleBarcodeMetric to Ensuring[SampleBarcodeMetric] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def formatValues(value: Any): String

    Override this method to customize how values are formatted.

    Override this method to customize how values are formatted.

    Attributes
    protected
    Definition Classes
    Metric
  17. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from SampleBarcodeMetric to StringFormat[SampleBarcodeMetric] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  19. def increment(numMismatches: Int, isPf: Boolean = true): Unit

    Increments the counts for the metric.

  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. var library_name: String
  22. def names: Seq[String]

    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
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  26. var one_mismatch_matches: Int
  27. var pct_matches: Double
  28. var perfect_matches: Int
  29. var pf_normalized_matches: Double
  30. var pf_one_mismatch_matches: Int
  31. var pf_pct_matches: Double
  32. var pf_perfect_matches: Int
  33. var pf_ratio_this_barcode_to_best_barcode_pct: Double
  34. var pf_reads: Int
  35. var ratio_this_barcode_to_best_barcode_pct: Double
  36. var reads: Int
  37. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  38. def toString(): String
    Definition Classes
    Metric → AnyRef → Any
  39. def values: Seq[String]

    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
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. def [B](y: B): (SampleBarcodeMetric, B)
    Implicit
    This member is added by an implicit conversion from SampleBarcodeMetric to ArrowAssoc[SampleBarcodeMetric] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from Serializable

Inherited from Serializable

Inherited from Metric

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped