Object/Class

com.fulcrumgenomics.umi

ReviewConsensusVariants

Related Docs: class ReviewConsensusVariants | package umi

Permalink

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: Char, consensus_qual: Int, a: Int, c: Int, g: Int, t: Int, n: Int) extends Metric with Product with Serializable

    Permalink

    Detailed information produced by ReviewConsensusVariants on variants called in consensus reads.

    Detailed information produced by ReviewConsensusVariants on variants called in consensus reads. Each row contains information about a consensus _read_ that carried a variant or non-reference allele at a particular variant site.

    The first 10 columns (up to N) contain information about the variant site and are repeated for each consensus read reported at that site. The remaining fields are specific to the consensus read.

    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 across all consensus reads.

    C

    The count of C observations at the variant locus across all consensus reads.

    G

    The count of G observations at the variant locus across all consensus reads.

    T

    The count of T observations at the variant locus across all consensus reads.

    N

    The count of N observations at the variant locus across all consensus reads.

    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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  15. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped