Liking cljdoc? Tell your friends :D

bcbio.variation.ensemble.intersect

Intersection based Ensemble calling approaches using inputs from multiple callers.

Intersection based Ensemble calling approaches using inputs from multiple callers.
raw docstring

bcbio.variation.ensemble.prep

Prepare variant inputs for ensemble calling approaches. Creates normalized, bgzipped tabix indexed inputs from VCF files.

Prepare variant inputs for ensemble calling approaches.
Creates normalized, bgzipped tabix indexed inputs from VCF files.
raw docstring

bcbio.variation.ensemble.realign

Realignment based Ensemble calling approaches using inputs from multiple callers. Uses tools from the Marth lab and Erik Garrison to realign and recall given a set of possible variants in a genomic region.

Realignment based Ensemble calling approaches using inputs from multiple callers.
Uses tools from the Marth lab and Erik Garrison to realign and recall given a
set of possible variants in a genomic region.
raw docstring

bcbio.variation.ensemble.vcfsample

Sort VCF sample columns to have a consistent order between multiple inputs. Variant callers order called outputs differently and this ensures they are consistent to feed into ensemble calling.

Sort VCF sample columns to have a consistent order between multiple inputs.
Variant callers order called outputs differently and this ensures they are
consistent to feed into ensemble calling.
raw docstring

bcbio.variation.recall.merge

Merge multiple VCF files together, running in parallel over genomic regions.

Merge multiple VCF files together, running in parallel over genomic regions.
raw docstring

bcbio.variation.recall.split

Split variation calls into small genomic regions for parallel processing.

Split variation calls into small genomic regions for parallel processing.
raw docstring

bcbio.variation.recall.square

Performing squaring off of variant call sets, recalling at all sample positions. This converts a merged dataset with no calls at positions not assessed in the sample, into a fully 'square' merged callset with reference calls at positions without evidence for a variant, distinguishing true no-calls from reference calls.

Performing squaring off of variant call sets, recalling at all sample positions.
This converts a merged dataset with no calls at positions not assessed in the
sample, into a fully 'square' merged callset with reference calls at positions
without evidence for a variant, distinguishing true no-calls from reference
calls.
raw docstring

bcbio.variation.recall.vcfheader

Create VCF headers using algorithms contained in Picard/Tribble tools. This does the best job of cleanly merging and organizing headers from multiple variant calling approaches.

Create VCF headers using algorithms contained in Picard/Tribble tools.
This does the best job of cleanly merging and organizing headers from
multiple variant calling approaches.
raw docstring

bcbio.variation.variantcontext

Helper functions to retrieve information from htsjdk VariantContext objects, which represent variant data stored in VCF files.

Helper functions to retrieve information from htsjdk VariantContext
objects, which represent variant data stored in VCF files.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close