case class CONSEQUENCES(ensembl_transcript_id: String = "ENST00000335137", vep_impact: String = "LOW", ensembl_feature_id: String = "ENST00000335137", feature_type: String = "Transcript", strand: Int = 1, 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: AMINO_ACIDS = AMINO_ACIDS(), codons: CODONS = CODONS(), 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, consequence: Seq[String] = Seq("synonymous"), predictions: PREDICTIONS = PREDICTIONS(), conservations: CONSERVATIONS = CONSERVATIONS(), uniprot_id: Option[String] = Some("Q6IEY1"), mane_select: Boolean = true, mane_plus: Boolean = true, canonical: Boolean = true, picked: Boolean = true) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CONSEQUENCES
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new CONSEQUENCES(ensembl_transcript_id: String = "ENST00000335137", vep_impact: String = "LOW", ensembl_feature_id: String = "ENST00000335137", feature_type: String = "Transcript", strand: Int = 1, 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: AMINO_ACIDS = AMINO_ACIDS(), codons: CODONS = CODONS(), 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, consequence: Seq[String] = Seq("synonymous"), predictions: PREDICTIONS = PREDICTIONS(), conservations: CONSERVATIONS = CONSERVATIONS(), uniprot_id: Option[String] = Some("Q6IEY1"), mane_select: Boolean = true, mane_plus: Boolean = true, canonical: Boolean = true, picked: Boolean = 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 amino_acids: AMINO_ACIDS
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val canonical: Boolean
- val cdna_position: Int
- val cds_position: Int
-
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 conservations: CONSERVATIONS
- val ensembl_feature_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
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val picked: Boolean
- val predictions: PREDICTIONS
- val protein_position: Int
- val refseq_mrna_id: Seq[String]
- val refseq_protein_id: Option[String]
- val strand: Int
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val uniprot_id: Option[String]
- 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