case class EnrichedGenes(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: List[String] = ..., biotype: String = "protein_coding", orphanet: List[ORPHANET] = List(ORPHANET()), hpo: List[HPO] = List(HPO()), omim: List[OMIM] = List(OMIM()), chromosome: String = "1", ddd: List[DDD] = List(DDD()), cosmic: List[COSMIC] = List(COSMIC()), gnomad: Option[GNOMAD] = Some(GNOMAD())) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EnrichedGenes
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new EnrichedGenes(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: List[String] = ..., biotype: String = "protein_coding", orphanet: List[ORPHANET] = List(ORPHANET()), hpo: List[HPO] = List(HPO()), omim: List[OMIM] = List(OMIM()), chromosome: String = "1", ddd: List[DDD] = List(DDD()), cosmic: List[COSMIC] = List(COSMIC()), gnomad: Option[GNOMAD] = Some(GNOMAD()))
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: List[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: List[COSMIC]
- val ddd: List[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: Option[GNOMAD]
- val hgnc: String
- val hpo: List[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: List[OMIM]
- val omim_gene_id: String
- val orphanet: List[ORPHANET]
- 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