org.bdgenomics.adam

util

package util

Visibility
  1. Public
  2. All

Type Members

  1. case class DeletionEvent(readName: String, eventOffset: Int, eventLength: Int, mapQ: Int, qual: Int) extends PileupEvent with Product with Serializable

  2. class Histogram[T] extends Aggregated[T] with Serializable

  3. case class InsertionEvent(readName: String, insertedSequence: String, mapQ: Int, qual: Int) extends PileupEvent with Product with Serializable

  4. class IntervalListReader extends Traversable[(ReferenceRegion, String)]

    Reads GATK-style interval list files e.

  5. case class MatchEvent(readName: String, isReverseStrand: Boolean, eventOffset: Int, eventLength: Int, mapQ: Int, qual: Int) extends PileupEvent with Product with Serializable

  6. class MdTag extends AnyRef

  7. case class MismatchEvent(readName: String, mismatchedBase: Base.Value, isReverseStrand: Boolean, eventOffset: Int, eventLength: Int, mapQ: Int, qual: Int) extends PileupEvent with Product with Serializable

  8. class ParquetFileTraversable[T <: IndexedRecord] extends Traversable[T]

  9. class Pileup extends Serializable

  10. abstract class PileupEvent extends Serializable

  11. class PileupTraversable extends Traversable[Pileup] with Serializable

  12. class QualityScore extends Ordered[QualityScore] with Serializable

  13. class RegExp extends AnyRef

    Wraps the java Pattern class, to allow for easier regular expression matching (including making the matches/finds methods return Option[Matcher], so that we can flatMap a set of strings with these methods).

Value Members

  1. object AttributeUtils

    AttributeUtils is a utility object for parsing optional fields from a BAM file, or the attributes column from an ADAM file.

  2. object Base extends Enumeration with Serializable

  3. object HadoopUtil

  4. object Histogram extends Serializable

  5. object ImplicitJavaConversions

  6. object MapTools

  7. object MdTag

  8. object MdTagEvent extends Enumeration

  9. object NormalizationUtils

  10. object ParquetLogger

  11. object PhredUtils

  12. object PileupTraversable extends Serializable

  13. object QualityScore extends Serializable

  14. object RegExp

  15. object Util

  16. object VcfHeaderUtils

    Convenience object for building a VCF header from sequence data.

  17. object VcfStringUtils

Ungrouped