case class EnrichedConsequences(chromosome: String = "1", start: Long = 69897, reference: String = "T", alternate: String = "C", ensembl_transcript_id: String = "ENST00000335137", ensembl_gene_id: String = "ENSG00000186092", vep_impact: String = "LOW", symbol: String = "OR4F5", ensembl_feature_id: String = "ENST00000335137", feature_type: String = "Transcript", strand: Int = 1, biotype: String = "protein_coding", exon: Exon = Exon(), intron: Intron = Intron(), hgvsc: String = "ENST00000335137.4:c.807T>C", hgvsp: String = "ENSP00000334393.3:p.Ser269=", 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: Seq[String] = ..., refseq_protein_id: Option[String] = Some("NP_001005277"), 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 = ..., consequence: Seq[String] = Seq("synonymous"), predictions: PREDICTIONS = PREDICTIONS(), conservations: CONSERVATIONS = CONSERVATIONS(), consequences_oid: Timestamp = ..., uniprot_id: Option[String] = Some("Q6IEY1"), mane_select: Boolean = true, mane_plus: Boolean = true, canonical: Boolean = true, picked: Option[Boolean] = Some(true)) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EnrichedConsequences
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new EnrichedConsequences(chromosome: String = "1", start: Long = 69897, reference: String = "T", alternate: String = "C", ensembl_transcript_id: String = "ENST00000335137", ensembl_gene_id: String = "ENSG00000186092", vep_impact: String = "LOW", symbol: String = "OR4F5", ensembl_feature_id: String = "ENST00000335137", feature_type: String = "Transcript", strand: Int = 1, biotype: String = "protein_coding", exon: Exon = Exon(), intron: Intron = Intron(), hgvsc: String = "ENST00000335137.4:c.807T>C", hgvsp: String = "ENSP00000334393.3:p.Ser269=", 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: Seq[String] = ..., refseq_protein_id: Option[String] = Some("NP_001005277"), 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 = ..., consequence: Seq[String] = Seq("synonymous"), predictions: PREDICTIONS = PREDICTIONS(), conservations: CONSERVATIONS = CONSERVATIONS(), consequences_oid: Timestamp = ..., uniprot_id: Option[String] = Some("Q6IEY1"), mane_select: Boolean = true, mane_plus: Boolean = true, canonical: Boolean = true, picked: Option[Boolean] = Some(true))
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 aa_change: String
- val alternate: String
- val amino_acids: AminoAcids
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val biotype: String
- val canonical: Boolean
- val cdna_position: Int
- val cds_position: Int
- val chromosome: String
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- val coding_dna_change: String
- val codons: CODONS
- val consequence: Seq[String]
- val consequences_oid: Timestamp
- val conservations: CONSERVATIONS
- val created_on: Timestamp
- val ensembl_feature_id: String
- val ensembl_gene_id: String
- val ensembl_transcript_id: String
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val exon: Exon
- val feature_type: String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val hgvsc: String
- val hgvsp: String
- val impact_score: Int
- val intron: Intron
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val mane_plus: Boolean
- val mane_select: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val normalized_consequences_oid: Timestamp
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val original_canonical: Boolean
- val picked: Option[Boolean]
- val predictions: PREDICTIONS
- val protein_position: Int
- val reference: String
- val refseq_mrna_id: Seq[String]
- val refseq_protein_id: Option[String]
- val start: Long
- val strand: Int
- val symbol: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val uniprot_id: Option[String]
- val updated_on: Timestamp
- val vep_impact: 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