org.bdgenomics.adam

cli

package cli

Visibility
  1. Public
  2. All

Type Members

  1. class ADAM2Vcf extends ADAMSparkCommand[ADAM2VcfArgs] with DictionaryCommand with Logging

  2. class ADAM2VcfArgs extends Args4jBase with ParquetArgs with SparkArgs

  3. trait ADAMCommand extends Runnable

  4. trait ADAMCommandCompanion extends AnyRef

  5. trait ADAMSparkCommand[A <: Args4jBase with SparkArgs] extends ADAMCommand with SparkCommand

  6. class Args4jBase extends AnyRef

  7. class Bam2ADAM extends ADAMCommand

  8. class Bam2ADAMArgs extends Args4jBase with ParquetArgs

  9. class BuildInformation extends ADAMCommand

  10. class CalculateDepth extends ADAMSparkCommand[CalculateDepthArgs]

  11. class CalculateDepthArgs extends Args4jBase with SparkArgs with ParquetArgs

  12. class CompareADAM extends ADAMSparkCommand[CompareADAMArgs] with Serializable

  13. class CompareADAMArgs extends Args4jBase with SparkArgs with ParquetArgs with Serializable

  14. trait DictionaryCommand extends AnyRef

  15. class Fasta2ADAM extends ADAMSparkCommand[Fasta2ADAMArgs] with Logging

  16. class Fasta2ADAMArgs extends Args4jBase with ParquetArgs with SparkArgs

  17. class FindReads extends ADAMSparkCommand[FindReadsArgs] with Serializable

  18. class FindReadsArgs extends Args4jBase with SparkArgs with ParquetArgs with Serializable

  19. class FlagStat extends ADAMSparkCommand[FlagStatArgs]

  20. class FlagStatArgs extends Args4jBase with SparkArgs with ParquetArgs

  21. class GenotypeConcordance extends ADAMSparkCommand[GenotypeConcordanceArgs] with Logging

  22. class GenotypeConcordanceArgs extends Args4jBase with ParquetArgs with SparkArgs

  23. class ListDict extends ADAMSparkCommand[ListDictArgs]

  24. class ListDictArgs extends Args4jBase with SparkArgs with ParquetArgs

  25. class MpileupArgs extends Args4jBase with SparkArgs

  26. class MpileupCommand extends ADAMSparkCommand[MpileupArgs] with Logging

  27. trait ParquetArgs extends Args4jBase

  28. class PileupAggregator extends ADAMSparkCommand[PileupAggregatorArgs]

  29. class PileupAggregatorArgs extends Args4jBase with SparkArgs with ParquetArgs

  30. class PluginExecutor extends ADAMSparkCommand[PluginExecutorArgs]

  31. class PluginExecutorArgs extends Args4jBase with SparkArgs with ParquetArgs

  32. class PrintADAM extends ADAMSparkCommand[PrintADAMArgs]

  33. class PrintADAMArgs extends Args4jBase with SparkArgs

  34. class PrintTags extends ADAMSparkCommand[PrintTagsArgs]

  35. class PrintTagsArgs extends Args4jBase with SparkArgs with ParquetArgs

  36. class Reads2Ref extends ADAMSparkCommand[Reads2RefArgs]

  37. class Reads2RefArgs extends Args4jBase with ParquetArgs with SparkArgs

  38. trait SparkArgs extends Args4jBase

  39. trait SparkCommand extends ADAMCommand

  40. class SummarizeGenotypes extends ADAMSparkCommand[SummarizeGenotypesArgs] with Logging

  41. class SummarizeGenotypesArgs extends Args4jBase with ParquetArgs with SparkArgs

  42. class Transform extends ADAMSparkCommand[TransformArgs] with Logging

  43. class TransformArgs extends Args4jBase with ParquetArgs with SparkArgs

  44. class Vcf2ADAM extends ADAMSparkCommand[Vcf2ADAMArgs] with DictionaryCommand with Logging

  45. class Vcf2ADAMArgs extends Args4jBase with ParquetArgs with SparkArgs

  46. class Vcf2FlatGenotype extends ADAMCommand

  47. class Vcf2FlatGenotypeArgs extends Args4jBase with ParquetArgs

  48. class VcfAnnotation2ADAM extends ADAMSparkCommand[VcfAnnotation2ADAMArgs] with Logging

  49. class VcfAnnotation2ADAMArgs extends Args4jBase with ParquetArgs with SparkArgs

Value Members

  1. object ADAM2Vcf extends ADAMCommandCompanion

  2. object ADAMMain extends Logging

  3. object Args4j

  4. object Bam2ADAM extends ADAMCommandCompanion

  5. object BuildInformation extends ADAMCommandCompanion

  6. object CalculateDepth extends ADAMCommandCompanion

    CalculateDepth (accessible as the command 'depth' through the CLI) takes two arguments, an ADAMRecord file and a VCF (or equivalent) file, and calculates the number of reads (the 'depth') from the ADAMRecord file which overlap each of the variants given by the VCF.

  7. object CompareADAM extends ADAMCommandCompanion with Serializable

    CompareADAM is a tool for pairwise comparison of ADAM files (or merged sets of ADAM files, see the note on the -recurse{1,2} optional parameters, below).

  8. object Fasta2ADAM extends ADAMCommandCompanion

  9. object FindReads extends ADAMCommandCompanion with Serializable

    FindReads is an auxiliary command to CompareADAM -- whereas CompareADAM takes two ADAM files (which presumably contain the same reads, processed differently), joins them based on read-name, and computes aggregates of one or more metrics (BucketComparisons) across those joined reads -- FindReads performs the same join-and-metric-computation, but takes a second argument as well: a boolean condition on the value(s) of the metric(s) computed.

  10. object FlagStat extends ADAMCommandCompanion

  11. object GenotypeConcordance extends ADAMCommandCompanion

  12. object ListDict extends ADAMCommandCompanion

  13. object MpileupCommand extends ADAMCommandCompanion

  14. object PileupAggregator extends ADAMCommandCompanion

  15. object PluginExecutor extends ADAMCommandCompanion

    This set of classes executes a plugin along with the associated input location.

  16. object PrintADAM extends ADAMCommandCompanion

  17. object PrintTags extends ADAMCommandCompanion

    Reads in the tagStrings field of every record, and prints out the set of unique tags found in those fields along with the number of records that have each particular tag.

  18. object Reads2Ref extends ADAMCommandCompanion

  19. object Reads2RefArgs

  20. object SummarizeGenotypes extends ADAMCommandCompanion

  21. object Transform extends ADAMCommandCompanion

  22. object Vcf2ADAM extends ADAMCommandCompanion

  23. object Vcf2FlatGenotype extends ADAMCommandCompanion

    Vcf2FlatGenotype converts .

  24. object VcfAnnotation2ADAM extends ADAMCommandCompanion

Ungrouped