Class/Object

org.bdgenomics.adam.sql

Genotype

Related Docs: object Genotype | package sql

Permalink

case class Genotype(variant: Option[Variant] = None, referenceName: Option[String] = None, start: Option[Long] = None, end: Option[Long] = None, variantCallingAnnotations: Option[VariantCallingAnnotations] = None, sampleId: Option[String] = None, sampleDescription: Option[String] = None, processingDescription: Option[String] = None, alleles: Seq[String] = Seq(), expectedAlleleDosage: Option[Float] = None, referenceReadDepth: Option[Int] = None, alternateReadDepth: Option[Int] = None, readDepth: Option[Int] = None, minReadDepth: Option[Int] = None, genotypeQuality: Option[Int] = None, genotypeLikelihoods: Seq[Double] = Seq(), nonReferenceLikelihoods: Seq[Double] = Seq(), strandBiasComponents: Seq[Int] = Seq(), splitFromMultiAllelic: Option[Boolean] = None, phased: Option[Boolean] = None, phaseSetId: Option[Int] = None, phaseQuality: Option[Int] = None) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Genotype
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Genotype(variant: Option[Variant] = None, referenceName: Option[String] = None, start: Option[Long] = None, end: Option[Long] = None, variantCallingAnnotations: Option[VariantCallingAnnotations] = None, sampleId: Option[String] = None, sampleDescription: Option[String] = None, processingDescription: Option[String] = None, alleles: Seq[String] = Seq(), expectedAlleleDosage: Option[Float] = None, referenceReadDepth: Option[Int] = None, alternateReadDepth: Option[Int] = None, readDepth: Option[Int] = None, minReadDepth: Option[Int] = None, genotypeQuality: Option[Int] = None, genotypeLikelihoods: Seq[Double] = Seq(), nonReferenceLikelihoods: Seq[Double] = Seq(), strandBiasComponents: Seq[Int] = Seq(), splitFromMultiAllelic: Option[Boolean] = None, phased: Option[Boolean] = None, phaseSetId: Option[Int] = None, phaseQuality: Option[Int] = None)

    Permalink

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. val alleles: Seq[String]

    Permalink
  5. val alternateReadDepth: Option[Int]

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def canEqual(that: Any): Boolean

    Permalink
    Definition Classes
    Genotype → Equals
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. val end: Option[Long]

    Permalink
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. val expectedAlleleDosage: Option[Float]

    Permalink
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. val genotypeLikelihoods: Seq[Double]

    Permalink
  14. val genotypeQuality: Option[Int]

    Permalink
  15. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    Any
  17. val minReadDepth: Option[Int]

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

    Permalink
    Definition Classes
    AnyRef
  19. val nonReferenceLikelihoods: Seq[Double]

    Permalink
  20. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  22. val phaseQuality: Option[Int]

    Permalink
  23. val phaseSetId: Option[Int]

    Permalink
  24. val phased: Option[Boolean]

    Permalink
  25. val processingDescription: Option[String]

    Permalink
  26. def productArity: Int

    Permalink
    Definition Classes
    Genotype → Product
  27. def productElement(i: Int): Any

    Permalink
    Definition Classes
    Genotype → Product
  28. val readDepth: Option[Int]

    Permalink
  29. val referenceName: Option[String]

    Permalink
  30. val referenceReadDepth: Option[Int]

    Permalink
  31. val sampleDescription: Option[String]

    Permalink
  32. val sampleId: Option[String]

    Permalink
  33. val splitFromMultiAllelic: Option[Boolean]

    Permalink
  34. val start: Option[Long]

    Permalink
  35. val strandBiasComponents: Seq[Int]

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

    Permalink
    Definition Classes
    AnyRef
  37. def toAvro: formats.avro.Genotype

    Permalink
  38. val variant: Option[Variant]

    Permalink
  39. val variantCallingAnnotations: Option[VariantCallingAnnotations]

    Permalink
  40. final def wait(): Unit

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped