Class

org.hammerlab.genomics.cigar

Element

Related Doc: package cigar

Permalink

implicit final class Element extends AnyVal

Enriched HTSJDK CigarElement.

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Element
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Element(element: CigarElement)

    Permalink

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. val element: CigarElement

    Permalink
  6. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  7. def getReadLength: Int

    Permalink

    The length of a cigar element in read coordinate space.

    The length of a cigar element in read coordinate space.

    returns

    Length of CigarElement, 0 if it does not consume any read bases.

  8. def getReferenceLength: Int

    Permalink

    The length of a cigar element in reference coordinate space.

    The length of a cigar element in reference coordinate space.

    returns

    Length of CigarElement, 0 if it does not consume any reference bases.

  9. def isClipped: Boolean

    Permalink

    Is the given samtools CigarElement a (hard/soft) clip?

  10. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  11. def toString(): String

    Permalink
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped