object ReviewConsensusVariants

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReviewConsensusVariants
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class ConsensusVariantReviewInfo (chrom: String, pos: Int, ref: String, genotype: String, filters: String, A: Int, C: Int, G: Int, T: Int, N: Int, consensus_read: String, consensus_insert: String, consensus_call: String, consensus_qual: Int, a: Int, c: Int, g: Int, t: Int, n: Int) extends Metric with Product with Serializable

    Metric class that is used to output detailed information on each consensus read that carries a variant allele

    Metric class that is used to output detailed information on each consensus read that carries a variant allele

    chrom

    the chromosome on which the variant exists

    pos

    the position of the variant

    ref

    the reference allele at the position

    genotype

    the genotype of the sample in question

    filters

    the set of filters applied to the variant in the VCF

    A

    the count of A observations at the variant locus

    C

    the count of C observations at the variant locus

    G

    the count of G observations at the variant locus

    T

    the count of T observations at the variant locus

    N

    the count of N observations at the variant locus

    consensus_read

    the consensus read name for which the following fields contain values

    consensus_insert

    a description of the insert that generated the consensus read

    consensus_call

    the base call from the consensus read

    consensus_qual

    the quality score from the consensus read

    a

    the number of As in raw-reads contributing to the consensus base call at the variant site

    c

    the number of Cs in raw-reads contributing to the consensus base call at the variant site

    g

    the number of Gs in raw-reads contributing to the consensus base call at the variant site

    t

    the number of Ts in raw-reads contributing to the consensus base call at the variant site

    n

    the number of Ns in raw-reads contributing to the consensus base call at the variant site

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  15. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  16. def toString(): String
    Definition Classes
    AnyRef → Any
  17. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped