c

bio.ferlab.datalake.testutils.models.normalized

NormalizedGnomadGenomes3

case class NormalizedGnomadGenomes3(chromosome: String = "1", start: Long = 69897, end: Long = 69899, reference: String = "T", alternate: String = "C", qual: Double = 0.5, name: String = "BRAF", ac: Long = 10, ac_raw: Long = 11, af: Double = 0.5, af_raw: Double = 0.6, an: Long = 20, an_raw: Long = 21, nhomalt: Long = 10, nhomalt_raw: Long = 11) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NormalizedGnomadGenomes3
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NormalizedGnomadGenomes3(chromosome: String = "1", start: Long = 69897, end: Long = 69899, reference: String = "T", alternate: String = "C", qual: Double = 0.5, name: String = "BRAF", ac: Long = 10, ac_raw: Long = 11, af: Double = 0.5, af_raw: Double = 0.6, an: Long = 20, an_raw: Long = 21, nhomalt: Long = 10, nhomalt_raw: Long = 11)

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 ac: Long
  5. val ac_raw: Long
  6. val af: Double
  7. val af_raw: Double
  8. val alternate: String
  9. val an: Long
  10. val an_raw: Long
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. val chromosome: String
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  14. val end: Long
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. val name: String
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. val nhomalt: Long
  21. val nhomalt_raw: Long
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. val qual: Double
  25. val reference: String
  26. val start: Long
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped