Class/Object

org.bdgenomics.adam.sql

Genotype

Related Docs: object Genotype | package sql

Permalink

class Genotype extends Product

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

Instance Constructors

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

    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 contigName: Option[String]

    Permalink
  10. val end: Option[Long]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. val expectedAlleleDosage: Option[Float]

    Permalink
  14. def finalize(): Unit

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

    Permalink
  16. val genotypeQuality: Option[Int]

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

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

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

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

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

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

    Permalink
  23. final def notify(): Unit

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

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

    Permalink
  26. val phaseSetId: Option[Int]

    Permalink
  27. val phased: Option[Boolean]

    Permalink
  28. val processingDescription: Option[String]

    Permalink
  29. def productArity: Int

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

    Permalink
    Definition Classes
    Genotype → Product
  31. def productIterator: Iterator[Any]

    Permalink
    Definition Classes
    Product
  32. def productPrefix: String

    Permalink
    Definition Classes
    Product
  33. val readDepth: Option[Int]

    Permalink
  34. val referenceReadDepth: Option[Int]

    Permalink
  35. val sampleDescription: Option[String]

    Permalink
  36. val sampleId: Option[String]

    Permalink
  37. val splitFromMultiAllelic: Option[Boolean]

    Permalink
  38. val start: Option[Long]

    Permalink
  39. val strandBiasComponents: Seq[Int]

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

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

    Permalink
  42. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  43. val variant: Option[Variant]

    Permalink
  44. val variantCallingAnnotations: Option[VariantCallingAnnotations]

    Permalink
  45. final def wait(): Unit

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

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

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

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped