org.hammerlab.guacamole.jointcaller.evidence

MultiSampleMultiAlleleEvidence

case class MultiSampleMultiAlleleEvidence(contigName: ContigName, start: Locus, singleAlleleEvidences: Seq[MultiSampleSingleAlleleEvidence]) extends ReferenceRegion with Product with Serializable

A grouping of AlleleEvidenceAcrossSamples instances (one for each allele) at the same site.

Currently not much is done here, and we just write out VCF entries for all the called alleles separately. Later we may want to use this as a place to decide which if any of a number of alleles called at the same site should be written out.

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

Instance Constructors

  1. new MultiSampleMultiAlleleEvidence(contigName: ContigName, start: Locus, singleAlleleEvidences: Seq[MultiSampleSingleAlleleEvidence])

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 <(that: Interval): Boolean

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

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

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

    Definition Classes
    Any
  8. def >(that: Interval): Boolean

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

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

    Definition Classes
    Any
  11. def bestAllele(): MultiSampleSingleAlleleEvidence

    If we are going to consider only one allele at this site, pick the best one.

    If we are going to consider only one allele at this site, pick the best one.

    TODO: this should probably do something more sophisticated.

  12. def clone(): AnyRef

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

    Comparisons between ranges.

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

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

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

    Definition Classes
    Interval
  16. val contigName: ContigName

    Name of the reference contig

    Name of the reference contig

    Definition Classes
    MultiSampleMultiAlleleEvidenceReferenceRegionHasContig
  17. val end: Locus

    The end position on the genome, *exclusive*.

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

    Definition Classes
    MultiSampleMultiAlleleEvidenceInterval
  18. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  19. def finalize(): Unit

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

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

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

    Iterate through elements in the range.

    Iterate through elements in the range.

    Definition Classes
    Interval
  23. def length: NumLoci

    Number of elements in the range.

    Number of elements in the range.

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

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

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

    Definition Classes
    AnyRef
  27. def onlyPassingFilters(): MultiSampleMultiAlleleEvidence

    Return a new instance containing only the calls that pass filters.

  28. 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
  29. 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
  30. def regionStr: String

    Definition Classes
    ReferenceRegion
  31. val singleAlleleEvidences: Seq[MultiSampleSingleAlleleEvidence]

  32. val start: Locus

    Start position on the genome, inclusive.

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

    Definition Classes
    MultiSampleMultiAlleleEvidenceInterval
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  34. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ReferenceRegion

Inherited from Interval

Inherited from Ordered[Interval]

Inherited from Comparable[Interval]

Inherited from HasContig

Inherited from AnyRef

Inherited from Any

Ungrouped