case class NormalizedClinvar(chromosome: String = "2", start: Long = 69359261, end: Long = 69359262, reference: String = "T", alternate: String = "A", interpretations: List[String] = List("Benign"), name: String = "257668", clin_sig: List[String] = List("Benign"), clin_sig_conflict: List[String] = List(""), af_exac: Double = 0.00394, clnvcso: String = "SO:0001483", geneinfo: String = "GFPT1:2673", clnsigincl: Option[List[String]] = None, clnvi: List[String] = ..., clndisdb: List[String] = ..., clnrevstat: List[String] = ..., alleleid: Int = 250763, origin: List[String] = List("1"), ssr: Option[Int] = None, clndnincl: List[String] = List(""), rs: List[String] = List("112682152"), dbvarid: Option[List[String]] = None, af_tgp: Double = 0.01118, clnvc: String = "single_nucleotide_variant", clnhgvs: List[String] = List("NC_000002.12:g.69359261T>A"), mc: List[String] = ..., af_esp: Double = 0.01415, clndisdbincl: List[String] = List(""), conditions: List[String] = ..., inheritance: List[String] = List("germline")) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NormalizedClinvar
  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 NormalizedClinvar(chromosome: String = "2", start: Long = 69359261, end: Long = 69359262, reference: String = "T", alternate: String = "A", interpretations: List[String] = List("Benign"), name: String = "257668", clin_sig: List[String] = List("Benign"), clin_sig_conflict: List[String] = List(""), af_exac: Double = 0.00394, clnvcso: String = "SO:0001483", geneinfo: String = "GFPT1:2673", clnsigincl: Option[List[String]] = None, clnvi: List[String] = ..., clndisdb: List[String] = ..., clnrevstat: List[String] = ..., alleleid: Int = 250763, origin: List[String] = List("1"), ssr: Option[Int] = None, clndnincl: List[String] = List(""), rs: List[String] = List("112682152"), dbvarid: Option[List[String]] = None, af_tgp: Double = 0.01118, clnvc: String = "single_nucleotide_variant", clnhgvs: List[String] = List("NC_000002.12:g.69359261T>A"), mc: List[String] = ..., af_esp: Double = 0.01415, clndisdbincl: List[String] = List(""), conditions: List[String] = ..., inheritance: List[String] = List("germline"))

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 af_esp: Double
  5. val af_exac: Double
  6. val af_tgp: Double
  7. val alleleid: Int
  8. val alternate: String
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. val chromosome: String
  11. val clin_sig: List[String]
  12. val clin_sig_conflict: List[String]
  13. val clndisdb: List[String]
  14. val clndisdbincl: List[String]
  15. val clndnincl: List[String]
  16. val clnhgvs: List[String]
  17. val clnrevstat: List[String]
  18. val clnsigincl: Option[List[String]]
  19. val clnvc: String
  20. val clnvcso: String
  21. val clnvi: List[String]
  22. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  23. val conditions: List[String]
  24. val dbvarid: Option[List[String]]
  25. val end: Long
  26. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. val geneinfo: String
  28. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. val inheritance: List[String]
  30. val interpretations: List[String]
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. val mc: List[String]
  33. val name: String
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  37. val origin: List[String]
  38. val reference: String
  39. val rs: List[String]
  40. val ssr: Option[Int]
  41. val start: Long
  42. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  45. 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