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
Ordering
- Alphabetic
- By Inheritance
Inherited
- NormalizedCosmicGeneSet
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- 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
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val cancer_syndrome: String
- val chr_band: String
- val chromosome: String
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- val cosmic_gene_id: String
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val germline: Boolean
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val molecular_genetics: String
- val mutation_types: Seq[String]
- val name: String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val other_germline_mutation: Boolean
- val other_syndrome: Seq[String]
- val role_in_cancer: Seq[String]
- val somatic: Boolean
- val start: Long
- val symbol: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val synonyms: Seq[String]
- val tier: Int
- val tissue_type: Seq[String]
- val translocation_partner: Seq[String]
- val tumour_types_germline: Seq[String]
- val tumour_types_somatic: Seq[String]
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated