org.bdgenomics.adam

util

package util

Visibility
  1. Public
  2. All

Type Members

  1. class ADAMVCFOutputFormat[K] extends KeyIgnoringVCFOutputFormat[K]

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

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

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

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

    Reads GATK-style interval list files e.

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

  7. class MdTag extends AnyRef

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

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

  10. class Pileup extends Serializable

  11. abstract class PileupEvent extends Serializable

  12. class PileupTraversable extends Traversable[Pileup] with Serializable

  13. class QualityScore extends Ordered[QualityScore] with Serializable

  14. 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 ADAMVCFOutputFormat

    A static object for attaching a header to the accompanying ADAMVCFOutputFormat hadoop writer.

  2. object AttributeUtils

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

  3. object Base extends Enumeration with Serializable

  4. object HadoopUtil

  5. object Histogram extends Serializable

  6. object ImplicitJavaConversions

  7. object MapTools

  8. object MdTag

  9. object MdTagEvent extends Enumeration

  10. object NormalizationUtils

  11. object ParquetLogger

  12. object PhredUtils

  13. object PileupTraversable extends Serializable

  14. object QualityScore extends Serializable

  15. object RegExp

  16. object Util

  17. object VcfHeaderUtils

    Convenience object for building a VCF header from sequence data.

  18. object VcfStringUtils

Ungrouped