package
util
Type Members
-
case class
DeletionEvent(readName: String, eventOffset: Int, eventLength: Int, mapQ: Int, qual: Int) extends PileupEvent with Product with Serializable
-
class
Histogram[T] extends Aggregated[T] with Serializable
-
case class
InsertionEvent(readName: String, insertedSequence: String, mapQ: Int, qual: Int) extends PileupEvent with Product with Serializable
-
-
case class
MatchEvent(readName: String, isReverseStrand: Boolean, eventOffset: Int, eventLength: Int, mapQ: Int, qual: Int) extends PileupEvent with Product with Serializable
-
class
MdTag extends AnyRef
-
case class
MismatchEvent(readName: String, mismatchedBase: Base.Value, isReverseStrand: Boolean, eventOffset: Int, eventLength: Int, mapQ: Int, qual: Int) extends PileupEvent with Product with Serializable
-
class
ParquetFileTraversable[T <: IndexedRecord] extends Traversable[T]
-
class
Pileup extends Serializable
-
abstract
class
PileupEvent extends Serializable
-
-
-
class
RegExp extends AnyRef
Value Members
-
-
object
Base extends Enumeration with Serializable
-
-
object
Histogram extends Serializable
-
-
-
-
object
MdTagEvent extends Enumeration
-
-
-
-
-
object
QualityScore extends Serializable
-
-
-
-