case class NormalizedOneKGenomes(chromosome: String = "1", start: Long = 69897, end: Long = 69898, name: String = "rs200676709", reference: String = "T", alternate: String = "C", ac: Int = 3446, af: Double = 0.688099, an: Int = 5008, afr_af: Double = 0.407, eur_af: Double = 0.7942, sas_af: Double = 0.8098, amr_af: Double = 0.6254, eas_af: Double = 0.876, dp: Int = 22289) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NormalizedOneKGenomes
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new NormalizedOneKGenomes(chromosome: String = "1", start: Long = 69897, end: Long = 69898, name: String = "rs200676709", reference: String = "T", alternate: String = "C", ac: Int = 3446, af: Double = 0.688099, an: Int = 5008, afr_af: Double = 0.407, eur_af: Double = 0.7942, sas_af: Double = 0.8098, amr_af: Double = 0.6254, eas_af: Double = 0.876, dp: Int = 22289)
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 ac: Int
- val af: Double
- val afr_af: Double
- val alternate: String
- val amr_af: Double
- val an: Int
-
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: Int
- val eas_af: Double
- val end: Long
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val eur_af: Double
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val name: String
-
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 sas_af: Double
- val start: Long
-
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