Trait/Object

org.hammerlab.genomics.reference

Region

Related Docs: object Region | package reference

Permalink

trait Region extends HasContig with Interval

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

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Region
  2. Interval
  3. HasContig
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def contigName: ContigName

    Permalink
    Definition Classes
    HasContig
  2. abstract def end: Locus

    Permalink

    0-based end position on a contig.

    0-based end position on a contig.

    Definition Classes
    Interval
  3. abstract def getClass(): Class[_]

    Permalink
    Definition Classes
    Any
  4. abstract def start: Locus

    Permalink

    0-based start position on a contig.

    0-based start position on a contig.

    Definition Classes
    Interval

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def contains(locus: Locus): Boolean

    Permalink
    Definition Classes
    Interval
  6. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  7. def hashCode(): Int

    Permalink
    Definition Classes
    Any
  8. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  9. def iterator(): Iterator[Locus]

    Permalink

    Iterate through elements in the range.

    Iterate through elements in the range.

    Definition Classes
    Interval
  10. def length: NumLoci

    Permalink

    Number of elements in the range.

    Number of elements in the range.

    Definition Classes
    Interval
  11. def overlaps(other: Region): Boolean

    Permalink

    Does the region overlap another reference region

    Does the region overlap another reference region

    other

    another region on the genome

    returns

    True if the the regions overlap

  12. def overlapsLocus(locus: Locus, halfWindowSize: WindowSize = 0): Boolean

    Permalink

    Does the region overlap the given locus, with halfWindowSize padding?

  13. def toString(): String

    Permalink
    Definition Classes
    RegionInterval → Any

Inherited from Interval

Inherited from HasContig

Inherited from Any

Ungrouped