c

bio.ferlab.datalake.testutils.models.normalized

NormalizedCosmicGeneSet

case class NormalizedCosmicGeneSet(chromosome: String = "10", start: Long = 43077027, symbol: String = "RET", name: String = "ret proto-oncogene", cosmic_gene_id: String = "COSG68325", tier: Int = 1, chr_band: String = "11.21", somatic: Boolean = true, germline: Boolean = true, tumour_types_somatic: Seq[String] = ..., tumour_types_germline: Seq[String] = ..., cancer_syndrome: String = ..., tissue_type: Seq[String] = Seq("E", "O"), molecular_genetics: String = "Dom", role_in_cancer: Seq[String] = Seq("oncogene", "fusion"), mutation_types: Seq[String] = Seq("T", "Mis", "N", "F"), translocation_partner: Seq[String] = ..., other_germline_mutation: Boolean = true, other_syndrome: Seq[String] = Seq("Hirschsprung disease"), synonyms: Seq[String] = ...) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NormalizedCosmicGeneSet
  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 NormalizedCosmicGeneSet(chromosome: String = "10", start: Long = 43077027, symbol: String = "RET", name: String = "ret proto-oncogene", cosmic_gene_id: String = "COSG68325", tier: Int = 1, chr_band: String = "11.21", somatic: Boolean = true, germline: Boolean = true, tumour_types_somatic: Seq[String] = ..., tumour_types_germline: Seq[String] = ..., cancer_syndrome: String = ..., tissue_type: Seq[String] = Seq("E", "O"), molecular_genetics: String = "Dom", role_in_cancer: Seq[String] = Seq("oncogene", "fusion"), mutation_types: Seq[String] = Seq("T", "Mis", "N", "F"), translocation_partner: Seq[String] = ..., other_germline_mutation: Boolean = true, other_syndrome: Seq[String] = Seq("Hirschsprung disease"), synonyms: Seq[String] = ...)

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val cancer_syndrome: String
  6. val chr_band: String
  7. val chromosome: String
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  9. val cosmic_gene_id: String
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. val germline: Boolean
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. val molecular_genetics: String
  15. val mutation_types: Seq[String]
  16. val name: String
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. val other_germline_mutation: Boolean
  21. val other_syndrome: Seq[String]
  22. val role_in_cancer: Seq[String]
  23. val somatic: Boolean
  24. val start: Long
  25. val symbol: String
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. val synonyms: Seq[String]
  28. val tier: Int
  29. val tissue_type: Seq[String]
  30. val translocation_partner: Seq[String]
  31. val tumour_types_germline: Seq[String]
  32. val tumour_types_somatic: Seq[String]
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  35. 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