case class NormalizedSpliceAi(chromosome: String = "2", start: Long = 210862942, end: Long = 210862946, reference: String = "GGCA", alternate: String = "G", allele: String = "G", symbol: String = "KCNH1", ds_ag: Double = 0.0, ds_al: Double = 0.0, ds_dg: Double = 0.0, ds_dl: Double = 0.0, dp_ag: Int = -3, dp_al: Int = 36, dp_dg: Int = 32, dp_dl: Int = 22) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NormalizedSpliceAi
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new NormalizedSpliceAi(chromosome: String = "2", start: Long = 210862942, end: Long = 210862946, reference: String = "GGCA", alternate: String = "G", allele: String = "G", symbol: String = "KCNH1", ds_ag: Double = 0.0, ds_al: Double = 0.0, ds_dg: Double = 0.0, ds_dl: Double = 0.0, dp_ag: Int = -3, dp_al: Int = 36, dp_dg: Int = 32, dp_dl: Int = 22)
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 allele: String
- val alternate: String
-
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 dp_ag: Int
- val dp_al: Int
- val dp_dg: Int
- val dp_dl: Int
- val ds_ag: Double
- val ds_al: Double
- val ds_dg: Double
- val ds_dl: Double
- val end: Long
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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 reference: String
- val start: Long
- val symbol: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
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