org.hammerlab.genomics

reference

package reference

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. reference
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class ContigIterator[+T] extends BufferedIterator[T]

    Given some elements and a function for extracting a ContigName from them, return an iterator that is restricted to the given contig.

  2. type ContigLengths = Map[ContigName, NumLoci]

  3. type ContigName = String

  4. trait ContigSequence extends AnyRef

  5. trait HasContig extends AnyRef

  6. trait HasLocus extends AnyRef

  7. trait Interval extends Ordered[Interval]

  8. type Locus = Long

  9. type NumLoci = Long

  10. trait Position extends ReferenceRegion with HasLocus with PartiallyOrdered[Position]

    Base trait for classes that logically exist at one genomic locus.

  11. trait ReferenceRegion extends HasContig with Interval

    Trait for objects that are associated with an interval on a genomic contig.

  12. case class Slice(contigName: ContigName, start: Locus, bases: Seq[Byte]) extends ReferenceRegion with Product with Serializable

Value Members

  1. object ContigIterator

    Public ContigIterator constructors that infer the ContigName-function from the iterator-type T.

  2. object ContigName

    Helpers for dealing with contig-name strings.

  3. object HasLocus

  4. object Interval

  5. object Position

  6. object ReferenceRegion

Inherited from AnyRef

Inherited from Any

Ungrouped