case class NormalizedSNV(chromosome: String = "1", start: Long = 69897, end: Long = 69898, reference: String = "T", alternate: String = "C", calls: Seq[Int] = Seq(1, 1), affected_status: Boolean = false, genes_symbol: List[String] = List("OR4F5"), hgvsg: String = "chr1:g.69897T>C", name: Option[String] = None, variant_class: String = "SNV", variant_type: String = "germline", zygosity: String = "HOM", study_id: String = "S1", ethnicity: Option[String] = None, participant_id: String = "P1", transmission_mode: String = "AR", study_code: String = "STUDY_CODE_1", has_alt: Boolean = true) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NormalizedSNV
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new NormalizedSNV(chromosome: String = "1", start: Long = 69897, end: Long = 69898, reference: String = "T", alternate: String = "C", calls: Seq[Int] = Seq(1, 1), affected_status: Boolean = false, genes_symbol: List[String] = List("OR4F5"), hgvsg: String = "chr1:g.69897T>C", name: Option[String] = None, variant_class: String = "SNV", variant_type: String = "germline", zygosity: String = "HOM", study_id: String = "S1", ethnicity: Option[String] = None, participant_id: String = "P1", transmission_mode: String = "AR", study_code: String = "STUDY_CODE_1", has_alt: 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 affected_status: Boolean
- val alternate: String
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val calls: Seq[Int]
- val chromosome: String
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- val end: Long
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val ethnicity: Option[String]
- val genes_symbol: List[String]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val has_alt: Boolean
- val hgvsg: String
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val name: Option[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 participant_id: String
- val reference: String
- val start: Long
- val study_code: String
- val study_id: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val transmission_mode: String
- val variant_class: String
- val variant_type: 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( ... )
- val zygosity: String
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated