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
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NormalizedHumanGenes
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. 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

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val chromosome: String
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  7. val description: String
  8. val ensembl_gene_id: String
  9. val entrez_gene_id: Int
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. val external_references: Map[String, String]
  12. val feature_types: Option[Map[String, String]]
  13. val full_name_from_nomenclature_authority: String
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. val locus_tag: Option[String]
  17. val map_location: String
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. val nomenclature_status: String
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. val omim_gene_id: String
  23. val other_designations: List[String]
  24. val symbol: String
  25. val symbol_from_nomenclature_authority: String
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. val synonyms: List[String]
  28. val tax_id: Int
  29. val type_of_gene: String
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped