Liking cljdoc? Tell your friends :D

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

-mainclj

(-main & args)
source

by-regionclj

(by-region vcf-files bam-files region ref-file dirs out-file config)

Square off a genomic region, identifying variants from all samples and recalling at uncalled positions.

  • Identifies all called variants from all samples
  • For each sample, square off using sample-by-region
  • Merge all variant files in the region together.
Square off a genomic region, identifying variants from all samples and recalling at uncalled positions.
- Identifies all called variants from all samples
- For each sample, square off using `sample-by-region`
- Merge all variant files in the region together.
sourceraw docstring

combine-vcfsclj

(combine-vcfs orig-vcf-files bam-files ref-file out-file config)

Combine VCF files with squaring off by recalling at uncalled variant positions.

Combine VCF files with squaring off by recalling at uncalled variant positions.
sourceraw docstring

recall-variantscljmultimethod

Recall variants only at positions in provided input VCF file, using multiple callers.

Recall variants only at positions in provided input VCF file, using multiple callers.
sourceraw docstring

sample-to-bam-mapclj

(sample-to-bam-map bam-files ref-file cache-dir)

Prepare a map of sample names to BAM files.

Prepare a map of sample names to BAM files.
sourceraw docstring

subset-sample-regionclj

(subset-sample-region vcf-file sample region out-file)

Subset the input file to the given region and sample.

Subset the input file to the given region and sample.
sourceraw docstring

union-variantsclj

(union-variants vcf-files region ref-file out-file)
source

vcf->bcftools-call-inputclj

(vcf->bcftools-call-input vcf-file)

Convert a VCF input file into the custom format needed for bcftools call. XXX Not currently used as constrained calling is broken in samtools 1.0 for multiple positions.

Convert a VCF input file into the custom format needed for bcftools call.
XXX Not currently used as constrained calling is broken in samtools 1.0 for multiple positions.
sourceraw docstring

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

× close