Class/Object

nl.biopet.tools.vcffilter

Args

Related Docs: object Args | package vcffilter

Permalink

case class Args(inputVcf: File = null, outputVcf: File = null, invertedOutputVcf: Option[File] = None, minQualScore: Option[Double] = None, minSampleDepth: Int = 1, minTotalDepth: Int = 1, minAlternateDepth: Int = 1, minSamplesPass: Int = 1, mustHaveVariant: List[String] = Nil, mustNotHaveVariant: List[String] = Nil, calledIn: List[String] = Nil, mustHaveGenotype: List[(String, GenotypeType)] = Nil, uniqueVariantInSample: String = null, resToDom: List[Trio] = Nil, trioCompound: List[Trio] = Nil, deNovoTrio: List[Trio] = Nil, trioLossOfHet: List[Trio] = Nil, booleanArgs: BooleanArgs = Args.BooleanArgs(), diffGenotype: List[(String, String)] = Nil, filterHetVarToHomVar: List[(String, String)] = Nil, iDset: Set[String] = Set(), minGenomeQuality: Int = 0, advancedGroups: List[List[String]] = Nil, minCalled: Int = 0) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Args
  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 Args(inputVcf: File = null, outputVcf: File = null, invertedOutputVcf: Option[File] = None, minQualScore: Option[Double] = None, minSampleDepth: Int = 1, minTotalDepth: Int = 1, minAlternateDepth: Int = 1, minSamplesPass: Int = 1, mustHaveVariant: List[String] = Nil, mustNotHaveVariant: List[String] = Nil, calledIn: List[String] = Nil, mustHaveGenotype: List[(String, GenotypeType)] = Nil, uniqueVariantInSample: String = null, resToDom: List[Trio] = Nil, trioCompound: List[Trio] = Nil, deNovoTrio: List[Trio] = Nil, trioLossOfHet: List[Trio] = Nil, booleanArgs: BooleanArgs = Args.BooleanArgs(), diffGenotype: List[(String, String)] = Nil, filterHetVarToHomVar: List[(String, String)] = Nil, iDset: Set[String] = Set(), minGenomeQuality: Int = 0, advancedGroups: List[List[String]] = Nil, minCalled: Int = 0)

    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 advancedGroups: List[List[String]]

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. val booleanArgs: BooleanArgs

    Permalink
  7. val calledIn: List[String]

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. val deNovoTrio: List[Trio]

    Permalink
  10. val diffGenotype: List[(String, String)]

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

    Permalink
    Definition Classes
    AnyRef
  12. val filterHetVarToHomVar: List[(String, String)]

    Permalink
  13. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. val iDset: Set[String]

    Permalink
  16. val inputVcf: File

    Permalink
  17. val invertedOutputVcf: Option[File]

    Permalink
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. val minAlternateDepth: Int

    Permalink
  20. val minCalled: Int

    Permalink
  21. val minGenomeQuality: Int

    Permalink
  22. val minQualScore: Option[Double]

    Permalink
  23. val minSampleDepth: Int

    Permalink
  24. val minSamplesPass: Int

    Permalink
  25. val minTotalDepth: Int

    Permalink
  26. val mustHaveGenotype: List[(String, GenotypeType)]

    Permalink
  27. val mustHaveVariant: List[String]

    Permalink
  28. val mustNotHaveVariant: List[String]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  32. val outputVcf: File

    Permalink
  33. val resToDom: List[Trio]

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

    Permalink
    Definition Classes
    AnyRef
  35. val trioCompound: List[Trio]

    Permalink
  36. val trioLossOfHet: List[Trio]

    Permalink
  37. val uniqueVariantInSample: String

    Permalink
  38. final def wait(): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. 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