org.hammerlab.guacamole.reference

Position

trait Position extends ReferenceRegion with HasLocus with PartiallyOrdered[Position]

Linear Supertypes
PartiallyOrdered[Position], HasLocus, ReferenceRegion, Interval, Ordered[Interval], Comparable[Interval], HasContig, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Position
  2. PartiallyOrdered
  3. HasLocus
  4. ReferenceRegion
  5. Interval
  6. Ordered
  7. Comparable
  8. HasContig
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def contigName: ContigName

    Name of the reference contig

    Name of the reference contig

    Definition Classes
    PositionReferenceRegionHasContig
  2. abstract def locus: Locus

    Definition Classes
    PositionHasLocus

Concrete Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def <[B >: Position](that: B)(implicit arg0: (B) ⇒ PartiallyOrdered[B]): Boolean

    Definition Classes
    PartiallyOrdered
  5. def <(that: Interval): Boolean

    Definition Classes
    Ordered
  6. def <=[B >: Position](that: B)(implicit arg0: (B) ⇒ PartiallyOrdered[B]): Boolean

    Definition Classes
    PartiallyOrdered
  7. def <=(that: Interval): Boolean

    Definition Classes
    Ordered
  8. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  9. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  10. def >[B >: Position](that: B)(implicit arg0: (B) ⇒ PartiallyOrdered[B]): Boolean

    Definition Classes
    PartiallyOrdered
  11. def >(that: Interval): Boolean

    Definition Classes
    Ordered
  12. def >=[B >: Position](that: B)(implicit arg0: (B) ⇒ PartiallyOrdered[B]): Boolean

    Definition Classes
    PartiallyOrdered
  13. def >=(that: Interval): Boolean

    Definition Classes
    Ordered
  14. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  15. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. def compare(other: Interval): Int

    Comparisons between ranges.

    Comparisons between ranges. Order is DESCENDING (i.e. reversed) from by start.

    Definition Classes
    Interval → Ordered
  17. def compareTo(that: Interval): Int

    Definition Classes
    Ordered → Comparable
  18. def contains(locus: Locus): Boolean

    Definition Classes
    Interval
  19. def end: Long

    The end position on the genome, *exclusive*.

    The end position on the genome, *exclusive*. Must be non-negative.

    Definition Classes
    PositionInterval
  20. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  22. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  24. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  25. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  26. def iterator(): Iterator[Long]

    Iterate through elements in the range.

    Iterate through elements in the range.

    Definition Classes
    Interval
  27. def length: NumLoci

    Number of elements in the range.

    Number of elements in the range.

    Definition Classes
    Interval
  28. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  29. final def notify(): Unit

    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  31. def overlaps(other: ReferenceRegion): Boolean

    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

    Definition Classes
    ReferenceRegion
  32. def overlapsLocus(locus: Locus, halfWindowSize: Int = 0): Boolean

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

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

    Definition Classes
    ReferenceRegion
  33. def regionStr: String

    Definition Classes
    ReferenceRegion
  34. def start: Locus

    Start position on the genome, inclusive.

    Start position on the genome, inclusive. Must be non-negative.

    Definition Classes
    PositionInterval
  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  36. def toString(): String

    Definition Classes
    Position → AnyRef → Any
  37. def tryCompareTo[B >: Position](that: B)(implicit ev: (B) ⇒ PartiallyOrdered[B]): Option[Int]

    Definition Classes
    Position → PartiallyOrdered
  38. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from PartiallyOrdered[Position]

Inherited from HasLocus

Inherited from ReferenceRegion

Inherited from Interval

Inherited from Ordered[Interval]

Inherited from Comparable[Interval]

Inherited from HasContig

Inherited from AnyRef

Inherited from Any

Ungrouped