case class NormalizedConsequences(chromosome: String = "1", start: Long = 69897, end: Long = 69898, reference: String = "T", alternate: String = "C", name: String = "rs200676709", consequences: List[String] = List("synonymous_variant"), impact: String = "LOW", symbol: String = "OR4F5", ensembl_gene_id: String = "ENSG00000186092", ensembl_feature_id: String = "ENST00000335137", ensembl_transcript_id: String = "ENST00000335137", ensembl_regulatory_id: Option[String] = None, feature_type: String = "Transcript", strand: Int = 1, biotype: String = "protein_coding", variant_class: String = "SNV", exon: Exon = Exon(), intron: Intron = Intron(), hgvsc: String = "ENST00000335137.4:c.807T>C", hgvsp: String = "ENSP00000334393.3:p.Ser269=", hgvsg: String = "chr1:g.69897T>C", cds_position: Int = 807, cdna_position: Int = 843, protein_position: Int = 269, amino_acids: AminoAcids = AminoAcids(), codons: CODONS = CODONS(), original_canonical: Boolean = true, refseq_mrna_id: List[String] = ..., aa_change: String = "p.Ser269=", coding_dna_change: String = "c.807T>C", impact_score: Int = 2, created_on: Timestamp = ..., updated_on: Timestamp = ..., normalized_consequences_oid: Timestamp = ...) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NormalizedConsequences
  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 NormalizedConsequences(chromosome: String = "1", start: Long = 69897, end: Long = 69898, reference: String = "T", alternate: String = "C", name: String = "rs200676709", consequences: List[String] = List("synonymous_variant"), impact: String = "LOW", symbol: String = "OR4F5", ensembl_gene_id: String = "ENSG00000186092", ensembl_feature_id: String = "ENST00000335137", ensembl_transcript_id: String = "ENST00000335137", ensembl_regulatory_id: Option[String] = None, feature_type: String = "Transcript", strand: Int = 1, biotype: String = "protein_coding", variant_class: String = "SNV", exon: Exon = Exon(), intron: Intron = Intron(), hgvsc: String = "ENST00000335137.4:c.807T>C", hgvsp: String = "ENSP00000334393.3:p.Ser269=", hgvsg: String = "chr1:g.69897T>C", cds_position: Int = 807, cdna_position: Int = 843, protein_position: Int = 269, amino_acids: AminoAcids = AminoAcids(), codons: CODONS = CODONS(), original_canonical: Boolean = true, refseq_mrna_id: List[String] = ..., aa_change: String = "p.Ser269=", coding_dna_change: String = "c.807T>C", impact_score: Int = 2, created_on: Timestamp = ..., updated_on: Timestamp = ..., normalized_consequences_oid: Timestamp = ...)

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. val aa_change: String
  5. val alternate: String
  6. val amino_acids: AminoAcids
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. val biotype: String
  9. val cdna_position: Int
  10. val cds_position: Int
  11. val chromosome: String
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  13. val coding_dna_change: String
  14. val codons: CODONS
  15. val consequences: List[String]
  16. val created_on: Timestamp
  17. val end: Long
  18. val ensembl_feature_id: String
  19. val ensembl_gene_id: String
  20. val ensembl_regulatory_id: Option[String]
  21. val ensembl_transcript_id: String
  22. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. val exon: Exon
  24. val feature_type: String
  25. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. val hgvsc: String
  27. val hgvsg: String
  28. val hgvsp: String
  29. val impact: String
  30. val impact_score: Int
  31. val intron: Intron
  32. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  33. val name: String
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. val normalized_consequences_oid: Timestamp
  36. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  38. val original_canonical: Boolean
  39. val protein_position: Int
  40. val reference: String
  41. val refseq_mrna_id: List[String]
  42. val start: Long
  43. val strand: Int
  44. val symbol: String
  45. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  46. val updated_on: Timestamp
  47. val variant_class: String
  48. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  50. 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