hairpin2

Contents:

  • Quickstart
    • Installation
    • Usage
    • Command Line Interface
    • hp2-utils
      • explain-var
      • get-params
  • Guide
    • Rationale, Assumptions & Limitations
    • Processes and Parameters
      • Process Relationships Reference
      • Read Taggers
        • mark-support
        • mark-overlap
        • mark-low-qual
        • mark-duplicates
      • Variant Flaggers
        • LQF
        • DVF
        • ALF
        • ADF
    • Writing a Config
    • Understanding Decisions
    • Reproducibility & Parameter Distribution
    • Further Development
  • hairpin2 package
    • Scientific Modules
      • const module
        • ValidNucleotides
        • Strand
        • MutTypes
        • Tags
        • TaggerNamespaces
        • FlaggerNamespaces
      • sci_funcs module
        • TagSupportingReads
        • TagLowQualReads
        • TagFragmentReads
        • TagStutterDuplicateReads
        • AlignmentScoreTest
        • AnomalousDistributionTest
        • ProportionBasedTest
      • main module
        • hairpin2()
    • Subpackages
      • infrastructure package
        • Submodules
      • process_wrappers package
        • Submodules
  • Developer Documentation
hairpin2
  • hairpin2 package
  • process_wrappers package
  • View page source

process_wrappers package

Submodules

  • ADF module
    • ResultADF
    • validate_positive()
    • FixedParamsADF
    • test_adf()
    • FlaggerADF
  • ALF module
    • ResultALF
    • FixedParamsALF
    • test_ALF()
    • FlaggerALF
  • DVF module
    • FixedParamsDupmark
    • tag_dups()
    • TaggerDupmark
    • ResultDVF
    • FixedParamsDVF
    • test_DVF()
    • FlaggerDVF
  • LQF module
    • QualParams
    • tag_lq()
    • TaggerLowQual
    • ResultLQF
    • FixedParamsLQF
    • test_variant_LQF()
    • FlaggerLQF
  • mark_overlap module
    • tag_overlap()
    • TaggerOverlap
  • mark_support module
    • tag_supporting()
    • TaggerSupporting
  • shared module
    • RunParamsShared
Previous Next

© Copyright 2025, Alex Byrne.

Built with Sphinx using a theme provided by Read the Docs.