case class SNV_GENOTYPES(sampleId: String = "11111", conditionalQuality: Int = 30, F1R2: List[Int] = List(0, 0), PRI: Option[List[Double]] = None, filters: List[String] = List("PASS"), posteriorProbabilities: List[Double] = List(7.795, 3.805, 3.795), SB: Option[List[Int]] = None, F2R1: List[Int] = List(0, 1), alleleDepths: List[Int] = List(0, 30), ICNT: Option[List[Int]] = None, AF: List[Double] = List(1.0), phased: Boolean = false, calls: List[Int] = List(0, 1), MIN_DP: Option[Int] = None, phredLikelihoods: List[Int] = List(42, 3, 0), LOD: Option[Double] = None, depth: Int = 1, SPL: Option[List[Int]] = None, PS: Option[Int] = None, MB: Option[List[Int]] = None) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SNV_GENOTYPES
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SNV_GENOTYPES(sampleId: String = "11111", conditionalQuality: Int = 30, F1R2: List[Int] = List(0, 0), PRI: Option[List[Double]] = None, filters: List[String] = List("PASS"), posteriorProbabilities: List[Double] = List(7.795, 3.805, 3.795), SB: Option[List[Int]] = None, F2R1: List[Int] = List(0, 1), alleleDepths: List[Int] = List(0, 30), ICNT: Option[List[Int]] = None, AF: List[Double] = List(1.0), phased: Boolean = false, calls: List[Int] = List(0, 1), MIN_DP: Option[Int] = None, phredLikelihoods: List[Int] = List(42, 3, 0), LOD: Option[Double] = None, depth: Int = 1, SPL: Option[List[Int]] = None, PS: Option[Int] = None, MB: Option[List[Int]] = None)
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 AF: List[Double]
- val F1R2: List[Int]
- val F2R1: List[Int]
- val ICNT: Option[List[Int]]
- val LOD: Option[Double]
- val MB: Option[List[Int]]
- val MIN_DP: Option[Int]
- val PRI: Option[List[Double]]
- val PS: Option[Int]
- val SB: Option[List[Int]]
- val SPL: Option[List[Int]]
- val alleleDepths: List[Int]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val calls: List[Int]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- val conditionalQuality: Int
- val depth: Int
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val filters: List[String]
-
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 phased: Boolean
- val phredLikelihoods: List[Int]
- val posteriorProbabilities: List[Double]
- val sampleId: 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