case class NormalizedOmimGeneSet(chromosome: String = "chr1", start: Int = 2228318, end: Int = 2310212, cypto_location: String = "1p36.3", computed_cypto_location: String = "1p36.33-p36.32", omim_gene_id: Int = 164780, symbols: List[String] = List("SKI", "SGS"), name: String = "SKI proto-oncogene", approved_symbol: String = "SKI", entrez_gene_id: Int = 6497, ensembl_gene_id: String = "ENSG00000157933", documentation: String = "formerly mapped to 1q22-q24", phenotype: PHENOTYPE = PHENOTYPE()) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NormalizedOmimGeneSet
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new NormalizedOmimGeneSet(chromosome: String = "chr1", start: Int = 2228318, end: Int = 2310212, cypto_location: String = "1p36.3", computed_cypto_location: String = "1p36.33-p36.32", omim_gene_id: Int = 164780, symbols: List[String] = List("SKI", "SGS"), name: String = "SKI proto-oncogene", approved_symbol: String = "SKI", entrez_gene_id: Int = 6497, ensembl_gene_id: String = "ENSG00000157933", documentation: String = "formerly mapped to 1q22-q24", phenotype: PHENOTYPE = PHENOTYPE())
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
- val approved_symbol: String
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val chromosome: String
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- val computed_cypto_location: String
- val cypto_location: String
- val documentation: String
- val end: Int
- val ensembl_gene_id: String
- val entrez_gene_id: Int
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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 omim_gene_id: Int
- val phenotype: PHENOTYPE
- val start: Int
- val symbols: List[String]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
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