package
models
Type Members
-
case class
ADAMRod(position: ReferencePosition, pileups: List[ADAMPileup]) extends Product with Serializable
-
-
case class
Attribute(tag: String, tagType: TagType.Value, value: Any) extends Product with Serializable
-
case class
Consensus(consensus: String, index: NumericRange[Long]) extends Product with Serializable
-
case class
ReadBucket(unpairedPrimaryMappedReads: Seq[ADAMRecord] = collection.this.Seq.empty[Nothing], pairedFirstPrimaryMappedReads: Seq[ADAMRecord] = collection.this.Seq.empty[Nothing], pairedSecondPrimaryMappedReads: Seq[ADAMRecord] = collection.this.Seq.empty[Nothing], unpairedSecondaryMappedReads: Seq[ADAMRecord] = collection.this.Seq.empty[Nothing], pairedFirstSecondaryMappedReads: Seq[ADAMRecord] = collection.this.Seq.empty[Nothing], pairedSecondSecondaryMappedReads: Seq[ADAMRecord] = collection.this.Seq.empty[Nothing], unmappedReads: Seq[ADAMRecord] = collection.this.Seq.empty[Nothing]) extends Product with Serializable
-
-
-
-
case class
ReferencePosition(referenceName: String, pos: Long) extends Ordered[ReferencePosition] with Product with Serializable
-
-
-
-
-
-
case class
ReferenceRegion(referenceName: String, start: Long, end: Long) extends Ordered[ReferenceRegion] with Product with Serializable
-
-
-
-
case class
SingleReadBucket(primaryMapped: Seq[ADAMRecord] = collection.this.Seq.empty[Nothing], secondaryMapped: Seq[ADAMRecord] = collection.this.Seq.empty[Nothing], unmapped: Seq[ADAMRecord] = collection.this.Seq.empty[Nothing]) extends Product with Serializable
-
-
class
SnpTable extends Serializable with Logging