package
models
Type Members
-
case class
Clipped(size: Int, soft: Boolean = true) extends ObservationOperator with Product with Serializable
-
case class
Deletion(basesDeleted: String) extends ObservationOperator with Product with Serializable
-
case class
Insertion(size: Int) extends ObservationOperator with Product with Serializable
-
case class
Match(size: Int, optMismatchingBases: Option[String] = scala.None) extends ObservationOperator with Product with Serializable
-
case class
Observation(alleleForwardStrand: Int, otherForwardStrand: Int, squareMapQ: Double, referenceLogLikelihoods: Array[Double], alleleLogLikelihoods: Array[Double], otherLogLikelihoods: Array[Double], nonRefLogLikelihoods: Array[Double], alleleCoverage: Int, otherCoverage: Int, totalCoverage: Int, isRef: Boolean, copyNumber: Int) extends Product with Serializable
-