org.bdgenomics.adam

util

package util

Visibility
  1. Public
  2. All

Type Members

  1. class ADAMBAMOutputFormat[K] extends KeyIgnoringBAMOutputFormat[K]

  2. class ADAMSAMOutputFormat[K] extends KeyIgnoringAnySAMOutputFormat[K]

  3. class CredentialsProperties extends Serializable with Logging

    CredentialsProperties is a wrapper class which extracts Amazon S3 keys (although it could be modified to extract other key / secret-key pairs) from a key-value-formatted file (see below), if available, or from the System environment otherwise.

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

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

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

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

    Reads GATK-style interval list files e.

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

  9. class MdTag extends AnyRef

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

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

  12. class Pileup extends Serializable

  13. abstract class PileupEvent extends Serializable

  14. class PileupTraversable extends Traversable[Pileup] with Serializable

  15. class QualityScore extends Ordered[QualityScore] with Serializable

  16. 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).

  17. class SerializableAWSCredentials extends AWSCredentials with Serializable

Value Members

  1. object ADAMBAMOutputFormat

  2. object ADAMSAMOutputFormat

  3. object AttributeUtils

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

  4. object Base extends Enumeration with Serializable

  5. object HadoopUtil

  6. object Histogram extends Serializable

  7. object ImplicitJavaConversions

  8. object MapTools

  9. object MdTag

  10. object MdTagEvent extends Enumeration

  11. object NormalizationUtils

  12. object ParquetLogger

  13. object PhredUtils

  14. object PileupTraversable extends Serializable

  15. object QualityScore extends Serializable

  16. object RegExp

  17. object Util

  18. object VcfHeaderUtils

    Convenience object for building a VCF header from sequence data.

  19. object VcfStringUtils

Ungrouped