case class RawVcf(contigName: String = "chr1", start: Long = 69896, end: Long = 69897, names: List[String] = List("rs200676709"), referenceAllele: String = "T", alternateAlleles: List[String] = List("C"), qual: Double = 2324.17, splitFromMultiAllelic: Boolean = false, INFO_FILTERS: List[String] = List("PASS"), INFO_AC: List[Int] = List(59), INFO_SOR: Double = 0.005, INFO_ReadPosRankSum: Double = 0.736, INFO_AN: Int = 88, INFO_AF: List[Double] = List(0.67), INFO_FS: Double = 57.081, INFO_LOD: Option[Double] = None, INFO_DP: Int = 330, INFO_MQ: Double = 15.54, INFO_QD: Double = 8.07, INFO_END: Option[Int] = None, INFO_CSQ: List[InfoCSQ] = List(InfoCSQ()), INFO_DB: Boolean = true, INFO_MQRankSum: Double = 2.054, INFO_OLD_MULTIALLELIC: Option[String] = None, genotypes: List[SNV_GENOTYPES] = ...) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RawVcf
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new RawVcf(contigName: String = "chr1", start: Long = 69896, end: Long = 69897, names: List[String] = List("rs200676709"), referenceAllele: String = "T", alternateAlleles: List[String] = List("C"), qual: Double = 2324.17, splitFromMultiAllelic: Boolean = false, INFO_FILTERS: List[String] = List("PASS"), INFO_AC: List[Int] = List(59), INFO_SOR: Double = 0.005, INFO_ReadPosRankSum: Double = 0.736, INFO_AN: Int = 88, INFO_AF: List[Double] = List(0.67), INFO_FS: Double = 57.081, INFO_LOD: Option[Double] = None, INFO_DP: Int = 330, INFO_MQ: Double = 15.54, INFO_QD: Double = 8.07, INFO_END: Option[Int] = None, INFO_CSQ: List[InfoCSQ] = List(InfoCSQ()), INFO_DB: Boolean = true, INFO_MQRankSum: Double = 2.054, INFO_OLD_MULTIALLELIC: Option[String] = None, genotypes: List[SNV_GENOTYPES] = ...)
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 INFO_AC: List[Int]
- val INFO_AF: List[Double]
- val INFO_AN: Int
- val INFO_CSQ: List[InfoCSQ]
- val INFO_DB: Boolean
- val INFO_DP: Int
- val INFO_END: Option[Int]
- val INFO_FILTERS: List[String]
- val INFO_FS: Double
- val INFO_LOD: Option[Double]
- val INFO_MQ: Double
- val INFO_MQRankSum: Double
- val INFO_OLD_MULTIALLELIC: Option[String]
- val INFO_QD: Double
- val INFO_ReadPosRankSum: Double
- val INFO_SOR: Double
- val alternateAlleles: List[String]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- val contigName: String
- val end: Long
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val genotypes: List[SNV_GENOTYPES]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val names: List[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 qual: Double
- val referenceAllele: String
- val splitFromMultiAllelic: Boolean
- 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