case class PreparedGeneCentric(symbol: String = "OR4F5", entrez_gene_id: Int = 777, omim_gene_id: String = "601013", hgnc: String = "HGNC:1392", ensembl_gene_id: String = "ENSG00000198216", location: String = "1q25.3", name: String = ..., alias: Seq[String] = ..., biotype: String = "protein_coding", orphanet: Seq[ORPHANET] = Seq(ORPHANET()), hpo: Seq[HPO] = Seq(HPO()), omim: Seq[OMIM] = Seq(OMIM()), chromosome: String = "1", ddd: Seq[DDD] = Seq(DDD()), cosmic: Seq[COSMIC] = Seq(COSMIC()), gnomad: GNOMAD = GNOMAD(), hash: String = ..., search_text: Seq[String] = ...) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PreparedGeneCentric
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new PreparedGeneCentric(symbol: String = "OR4F5", entrez_gene_id: Int = 777, omim_gene_id: String = "601013", hgnc: String = "HGNC:1392", ensembl_gene_id: String = "ENSG00000198216", location: String = "1q25.3", name: String = ..., alias: Seq[String] = ..., biotype: String = "protein_coding", orphanet: Seq[ORPHANET] = Seq(ORPHANET()), hpo: Seq[HPO] = Seq(HPO()), omim: Seq[OMIM] = Seq(OMIM()), chromosome: String = "1", ddd: Seq[DDD] = Seq(DDD()), cosmic: Seq[COSMIC] = Seq(COSMIC()), gnomad: GNOMAD = GNOMAD(), hash: String = ..., search_text: 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
- val alias: Seq[String]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val biotype: String
- val chromosome: String
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- val cosmic: Seq[COSMIC]
- val ddd: Seq[DDD]
- 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()
- val gnomad: GNOMAD
- val hash: String
- val hgnc: String
- val hpo: Seq[HPO]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val location: 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 omim: Seq[OMIM]
- val omim_gene_id: String
- val orphanet: Seq[ORPHANET]
- val search_text: Seq[String]
- val symbol: 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