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: Iterable[ADAMRecord] = collection.this.Seq.empty[Nothing], pairedFirstPrimaryMappedReads: Iterable[ADAMRecord] = collection.this.Seq.empty[Nothing], pairedSecondPrimaryMappedReads: Iterable[ADAMRecord] = collection.this.Seq.empty[Nothing], unpairedSecondaryMappedReads: Iterable[ADAMRecord] = collection.this.Seq.empty[Nothing], pairedFirstSecondaryMappedReads: Iterable[ADAMRecord] = collection.this.Seq.empty[Nothing], pairedSecondSecondaryMappedReads: Iterable[ADAMRecord] = collection.this.Seq.empty[Nothing], unmappedReads: Iterable[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
SAMFileHeaderWritable(header: SAMFileHeader) extends Serializable with Product
-
-
-
case class
SingleReadBucket(primaryMapped: Iterable[ADAMRecord] = collection.this.Seq.empty[Nothing], secondaryMapped: Iterable[ADAMRecord] = collection.this.Seq.empty[Nothing], unmapped: Iterable[ADAMRecord] = collection.this.Seq.empty[Nothing]) extends Product with Serializable
-
-
class
SnpTable extends Serializable with Logging