case class NormalizedHumanGenes(tax_id: Int = 9606, entrez_gene_id: Int = 777, symbol: String = "OR4F5", locus_tag: Option[String] = None, synonyms: List[String] = ..., external_references: Map[String, String] = ..., chromosome: String = "1", map_location: String = "1q25.3", description: String = ..., type_of_gene: String = "protein-coding", symbol_from_nomenclature_authority: String = "CACNA1E", full_name_from_nomenclature_authority: String = ..., nomenclature_status: String = "O", other_designations: List[String] = ..., feature_types: Option[Map[String, String]] = None, ensembl_gene_id: String = "ENSG00000198216", omim_gene_id: String = "601013") extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NormalizedHumanGenes
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new NormalizedHumanGenes(tax_id: Int = 9606, entrez_gene_id: Int = 777, symbol: String = "OR4F5", locus_tag: Option[String] = None, synonyms: List[String] = ..., external_references: Map[String, String] = ..., chromosome: String = "1", map_location: String = "1q25.3", description: String = ..., type_of_gene: String = "protein-coding", symbol_from_nomenclature_authority: String = "CACNA1E", full_name_from_nomenclature_authority: String = ..., nomenclature_status: String = "O", other_designations: List[String] = ..., feature_types: Option[Map[String, String]] = None, ensembl_gene_id: String = "ENSG00000198216", omim_gene_id: String = "601013")
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 chromosome: String
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- val description: String
- val ensembl_gene_id: String
- val entrez_gene_id: Int
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val external_references: Map[String, String]
- val feature_types: Option[Map[String, String]]
- val full_name_from_nomenclature_authority: String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val locus_tag: Option[String]
- val map_location: String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val nomenclature_status: String
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val omim_gene_id: String
- val other_designations: List[String]
- val symbol: String
- val symbol_from_nomenclature_authority: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val synonyms: List[String]
- val tax_id: Int
- val type_of_gene: 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