Class

dagr.tasks.picard

GenotypeConcordance

Related Doc: package picard

Permalink

class GenotypeConcordance extends PicardTask

Runs Picard's GenotypeConcordance to assess various variant calling metrics against truth.

Please note MISSING_SITES_HOM_REF is set to true by default, whereas the default in GenotypeConcordance is false.

Linear Supertypes
PicardTask, Configuration, ConfigurationLike, FixedResources, ScheduleWithEmptyDefaultResources, JarTask, ProcessTask, UnitTask, Schedulable, LazyLogging, Task, Dependable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GenotypeConcordance
  2. PicardTask
  3. Configuration
  4. ConfigurationLike
  5. FixedResources
  6. ScheduleWithEmptyDefaultResources
  7. JarTask
  8. ProcessTask
  9. UnitTask
  10. Schedulable
  11. LazyLogging
  12. Task
  13. Dependable
  14. AnyRef
  15. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GenotypeConcordance(truthVcf: PathToVcf, callVcf: PathToVcf, truthSample: String, callSample: String, prefix: Path, outputVcf: Boolean = true, intervals: List[PathToIntervals] = Nil, intersectIntervals: Boolean = true, minGQ: Int = 0, minDP: Int = 0, missingSitesAreHomRef: Boolean = true)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. def !=>(other: Dependable): Unit

    Permalink
    Definition Classes
    Task → Dependable
  3. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  4. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from GenotypeConcordance to any2stringadd[GenotypeConcordance] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  5. def ->[B](y: B): (GenotypeConcordance, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from GenotypeConcordance to ArrowAssoc[GenotypeConcordance] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. def ::(other: Option[Dependable]): Dependable

    Permalink
    Definition Classes
    Dependable
  7. def ::(other: Dependable): Dependable

    Permalink
    Definition Classes
    Dependable
  8. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. final def ==>(other: Option[Dependable]): Dependable

    Permalink
    Definition Classes
    Dependable
  10. final def ==>(other: Dependable): Dependable

    Permalink
    Definition Classes
    Dependable
  11. def addDependent(dependent: Dependable): Unit

    Permalink
    Definition Classes
    Task → Dependable
  12. def addPicardArgs(buffer: ListBuffer[Any]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    GenotypeConcordancePicardTask
  13. def allTasks: Traversable[Task]

    Permalink
    Definition Classes
    Task → Dependable
  14. def applyResources(resources: ResourceSet): Unit

    Permalink
    Definition Classes
    UnitTask → Schedulable
  15. final def args: Seq[Any]

    Permalink
    Definition Classes
    PicardTask → ProcessTask
  16. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  17. def asType[T](path: String)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T]): T

    Permalink
    Attributes
    protected
    Definition Classes
    ConfigurationLike
  18. var bufferSize: Option[Int]

    Permalink

    the buffer size for the samjdk.

    the buffer size for the samjdk.

    Definition Classes
    PicardTask
  19. var callSample: String

    Permalink
  20. val callVcf: PathToVcf

    Permalink
  21. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. def commandLineName(name: String): String

    Permalink
    Definition Classes
    ConfigurationLike
  23. lazy val commandName: String

    Permalink

    Looks up the first super class that does not have "$anon$" in its name.

    Looks up the first super class that does not have "$anon$" in its name.

    Definition Classes
    PicardTask
  24. var compressionLevel: Option[Int]

    Permalink

    the compress level to use.

    the compress level to use.

    Definition Classes
    PicardTask
  25. def config: Config

    Permalink
    Attributes
    protected
    Definition Classes
    Configuration → ConfigurationLike
  26. def configure[T](path: String, defaultValue: T)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T]): T

    Permalink
    Definition Classes
    ConfigurationLike
  27. def configure[T](path: String)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T]): T

    Permalink
    Definition Classes
    ConfigurationLike
  28. def configureExecutable(path: String, executable: String): Path

    Permalink
    Definition Classes
    ConfigurationLike
  29. def configureExecutableFromBinDirectory(binPath: String, executable: String, subDir: Option[Path]): Path

    Permalink
    Definition Classes
    ConfigurationLike
  30. var createIndex: Option[Boolean]

    Permalink

    true if we are to create an index, false otherwise.

    true if we are to create an index, false otherwise.

    Definition Classes
    PicardTask
  31. var createMd5File: Option[Boolean]

    Permalink

    true if we are to create an Md5 file, false otherwise.

    true if we are to create an Md5 file, false otherwise.

    Definition Classes
    PicardTask
  32. def ensuring(cond: (GenotypeConcordance) ⇒ Boolean, msg: ⇒ Any): GenotypeConcordance

    Permalink
    Implicit information
    This member is added by an implicit conversion from GenotypeConcordance to Ensuring[GenotypeConcordance] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  33. def ensuring(cond: (GenotypeConcordance) ⇒ Boolean): GenotypeConcordance

    Permalink
    Implicit information
    This member is added by an implicit conversion from GenotypeConcordance to Ensuring[GenotypeConcordance] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  34. def ensuring(cond: Boolean, msg: ⇒ Any): GenotypeConcordance

    Permalink
    Implicit information
    This member is added by an implicit conversion from GenotypeConcordance to Ensuring[GenotypeConcordance] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  35. def ensuring(cond: Boolean): GenotypeConcordance

    Permalink
    Implicit information
    This member is added by an implicit conversion from GenotypeConcordance to Ensuring[GenotypeConcordance] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  36. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  39. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from GenotypeConcordance to StringFormat[GenotypeConcordance] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  40. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  41. final def getTasks: Traversable[_ <: GenotypeConcordance.this.type]

    Permalink
    Definition Classes
    UnitTask → Task
  42. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  43. def headTasks: Traversable[Task]

    Permalink
    Definition Classes
    Task → Dependable
  44. val intersectIntervals: Boolean

    Permalink
  45. val intervals: List[PathToIntervals]

    Permalink
  46. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  47. def jarArgs(jarPath: Path, jvmArgs: Traversable[String] = Nil, jvmProperties: Map[String, String] = Map.empty, jvmMemory: Memory, useAdvancedGcOptions: Boolean = true): List[String]

    Permalink
    Attributes
    protected
    Definition Classes
    JarTask
  48. def jarPath: Path

    Permalink

    The path to the JAR to be executed.

    The path to the JAR to be executed.

    Definition Classes
    PicardTask
  49. var jvmArgs: List[String]

    Permalink

    a list of arguments to the JVM.

    a list of arguments to the JVM.

    Definition Classes
    PicardTask
  50. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  51. val minDP: Int

    Permalink
  52. val minGQ: Int

    Permalink
  53. val missingSitesAreHomRef: Boolean

    Permalink
  54. var name: String

    Permalink
    Definition Classes
    Task
  55. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  58. def onComplete(exitCode: Int): Boolean

    Permalink
    Definition Classes
    Task
  59. def optionallyConfigure[T](path: String)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T]): Option[T]

    Permalink
    Definition Classes
    ConfigurationLike
  60. val outputVcf: Boolean

    Permalink
  61. def pickResources(availableResources: ResourceSet): Option[ResourceSet]

    Permalink
    Definition Classes
    FixedResources → Schedulable
  62. val prefix: Path

    Permalink
  63. var quoteIfNecessary: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    ProcessTask
  64. def removeDependency(task: Task): Boolean

    Permalink
    Definition Classes
    Task
  65. def requires(cores: Double, memory: String): GenotypeConcordance.this.type

    Permalink
    Definition Classes
    FixedResources
  66. def requires(cores: Cores, memory: Memory): GenotypeConcordance.this.type

    Permalink
    Definition Classes
    FixedResources
  67. def requires(resources: ResourceSet): GenotypeConcordance.this.type

    Permalink
    Definition Classes
    FixedResources
  68. def resources: ResourceSet

    Permalink
    Definition Classes
    ScheduleWithEmptyDefaultResources
  69. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  70. def systemPath: Seq[Path]

    Permalink
    Attributes
    protected
    Definition Classes
    ConfigurationLike
  71. def tailTasks: Traversable[Task]

    Permalink
    Definition Classes
    Task → Dependable
  72. def tasksDependedOn: Traversable[Task]

    Permalink
    Attributes
    protected[dagr.core]
    Definition Classes
    Task
  73. def tasksDependingOnThisTask: Traversable[Task]

    Permalink
    Attributes
    protected[dagr.core]
    Definition Classes
    Task
  74. def toString(): String

    Permalink
    Definition Classes
    ProcessTask → AnyRef → Any
  75. var truthSample: String

    Permalink
  76. val truthVcf: PathToVcf

    Permalink
  77. var useAdvancedGcOptions: Boolean

    Permalink

    use advanced garbage collection parameters.

    use advanced garbage collection parameters.

    Definition Classes
    PicardTask
  78. var useAsyncIo: Boolean

    Permalink

    true if we are to use asynchronous IO, false otherwise.

    true if we are to use asynchronous IO, false otherwise.

    Definition Classes
    PicardTask
  79. var validationStringency: Option[ValidationStringency]

    Permalink

    set the default validation stringency for Picard.

    set the default validation stringency for Picard.

    Definition Classes
    PicardTask
  80. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  83. def withAsyncIo(async: Boolean = true): GenotypeConcordance.this.type

    Permalink

    Sets asynchronous IO on or off.

    Sets asynchronous IO on or off.

    Definition Classes
    PicardTask
  84. def withCompression(i: Int): GenotypeConcordance.this.type

    Permalink

    Sets the compression level to a specific value.

    Sets the compression level to a specific value.

    Definition Classes
    PicardTask
  85. def withIndexing(indexing: Boolean = true): GenotypeConcordance.this.type

    Permalink

    Sets asynchronous IO on or off.

    Sets asynchronous IO on or off.

    Definition Classes
    PicardTask
  86. def withName(name: String): GenotypeConcordance.this.type

    Permalink
    Definition Classes
    Task
  87. def [B](y: B): (GenotypeConcordance, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from GenotypeConcordance to ArrowAssoc[GenotypeConcordance] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from PicardTask

Inherited from Configuration

Inherited from ConfigurationLike

Inherited from FixedResources

Inherited from ScheduleWithEmptyDefaultResources

Inherited from JarTask

Inherited from ProcessTask

Inherited from UnitTask

Inherited from Schedulable

Inherited from LazyLogging

Inherited from Task

Inherited from Dependable

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from GenotypeConcordance to any2stringadd[GenotypeConcordance]

Inherited by implicit conversion StringFormat from GenotypeConcordance to StringFormat[GenotypeConcordance]

Inherited by implicit conversion Ensuring from GenotypeConcordance to Ensuring[GenotypeConcordance]

Inherited by implicit conversion ArrowAssoc from GenotypeConcordance to ArrowAssoc[GenotypeConcordance]

Ungrouped