Class

nl.biopet.utils.ngs.vcf

GenotypeFieldCounts

Related Doc: package vcf

Permalink

class GenotypeFieldCounts extends Serializable

This class will track all values of 1 genotype field

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GenotypeFieldCounts
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GenotypeFieldCounts(header: VCFHeader, field: VCFFormatHeaderLine, method: FieldMethod.Value)

    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 +=(other: GenotypeFieldCounts): GenotypeFieldCounts

    Permalink
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  5. val _noValue: Array[Long]

    Permalink
    Attributes
    protected
  6. val _total: Array[Long]

    Permalink
    Attributes
    protected
  7. def addRecord(record: VariantContext, sampleIdx: Option[Int] = None): Unit

    Permalink

    Add records to counts

    Add records to counts

    record

    Vcf record

    sampleIdx

    Optional: Only do this given sample

  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. val counts: Map[Int, Counts[String]]

    Permalink
    Attributes
    protected
  11. def countsMap: Map[String, Map[String, Long]]

    Permalink

    Return a map of counts

  12. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. def noValue: Map[String, Long]

    Permalink

    Returns per sample the number of records without the field

  20. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  22. val samples: Map[String, Int]

    Permalink

    This map binds names to sample index

  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  24. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  25. def total: Map[String, Long]

    Permalink

    Returns per sample the number of total records

  26. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. def writeToFile(outputFile: File): Unit

    Permalink

    Write histograms to a single file

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped