Class

org.hammerlab.genomics.reference

Slice

Related Doc: package reference

Permalink

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

Linear Supertypes
Serializable, Serializable, Product, Equals, Region, Interval, Ordered[Interval], Comparable[Interval], HasContig, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Slice
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Region
  7. Interval
  8. Ordered
  9. Comparable
  10. HasContig
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Slice(contigName: ContigName, start: Locus, bases: Seq[Byte])

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def <(that: Interval): Boolean

    Permalink
    Definition Classes
    Ordered
  4. def <=(that: Interval): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  6. def >(that: Interval): Boolean

    Permalink
    Definition Classes
    Ordered
  7. def >=(that: Interval): Boolean

    Permalink
    Definition Classes
    Ordered
  8. def apply(locus: Locus): Byte

    Permalink
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. val bases: Seq[Byte]

    Permalink
  11. def clone(): AnyRef

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

    Permalink

    Comparisons between ranges.

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

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

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

    Permalink
    Definition Classes
    Interval
  15. val contigName: ContigName

    Permalink
    Definition Classes
    SliceHasContig
  16. val end: Locus

    Permalink

    The end position on the genome, *exclusive*.

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

    Definition Classes
    SliceInterval
  17. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. def finalize(): Unit

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

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

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

    Permalink

    Iterate through elements in the range.

    Iterate through elements in the range.

    Definition Classes
    Interval
  22. def length: NumLoci

    Permalink

    Number of elements in the range.

    Number of elements in the range.

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

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. 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

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

    Permalink

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

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

    Definition Classes
    Region
  28. def regionStr: String

    Permalink
    Definition Classes
    Region
  29. def slice(sliceStart: Locus, sliceEnd: Locus = end): Seq[Byte]

    Permalink
  30. val start: Locus

    Permalink

    Start position on the genome, inclusive.

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

    Definition Classes
    SliceInterval
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  32. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Region

Inherited from Interval

Inherited from Ordered[Interval]

Inherited from Comparable[Interval]

Inherited from HasContig

Inherited from AnyRef

Inherited from Any

Ungrouped