×

Nextflow Modules

Clear

Showing module(s) with keyword "variant calling"

Module Keywords Description
nf-core/atlas/call atlas variant calling vcf population genetics generate VCF file from a BAM file using various calling methods
nf-core/bcftools/call variant calling view bcftools VCF This command replaces the former bcftools view caller. Some of the original functionality has been temporarily lost in the process of transition under htslib, but will be added back on popular demand. The original calling model can be invoked with the -c option.
nf-core/bcftools/concat variant calling concat bcftools VCF Concatenate VCF files
nf-core/bcftools/consensus variant calling consensus VCF Compresses VCF files
nf-core/bcftools/filter variant calling filtering VCF Filters VCF files
nf-core/bcftools/isec variant calling intersect union complement VCF BCF Apply set operations to VCF files
nf-core/bcftools/merge variant calling merge VCF Merge VCF files
nf-core/bcftools/mpileup variant calling mpileup VCF Compresses VCF files
nf-core/bcftools/norm normalize norm variant calling VCF Normalize VCF file
nf-core/bcftools/query query variant calling bcftools VCF Extracts fields from VCF or BCF files and outputs them in user-defined format.
nf-core/bcftools/sort sorting VCF variant calling Sorts VCF files
nf-core/bcftools/stats variant calling stats VCF Generates stats from VCF files
nf-core/bcftools/view variant calling view bcftools VCF View, subset and filter VCF or BCF files by position and filtering expression. Convert between VCF and BCF
nf-core/biscuit/pileup bisulfite DNA methylation pileup variant calling WGBS scWGBS bam vcf Computes cytosine methylation and callable SNV mutations, optionally in reference to a germline BAM to call somatic variants
nf-core/deepsomatic variant calling machine learning neural network DeepSomatic is an extension of deep learning-based variant caller DeepVariant that takes aligned reads (in BAM or CRAM format) from tumor and normal data, produces pileup image tensors from them, classifies each tensor using a convolutional neural network, and finally reports somatic variants in a standard VCF or gVCF file.
nf-core/deepvariant variant calling machine learning neural network (DEPRECATED - see main.nf) DeepVariant is an analysis pipeline that uses a deep neural network to call genetic variants from next-generation DNA sequencing data
nf-core/deepvariant/callvariants variant calling machine learning neural network Call variants from the examples produced by make_examples
nf-core/deepvariant/makeexamples variant calling machine learning neural network Transforms the input alignments to a format suitable for the deep neural network variant caller
nf-core/deepvariant/postprocessvariants variant calling machine learning neural network DeepVariant is an analysis pipeline that uses a deep neural network to call genetic variants from next-generation DNA sequencing data
nf-core/deepvariant/rundeepvariant variant calling machine learning neural network DeepVariant is an analysis pipeline that uses a deep neural network to call genetic variants from next-generation DNA sequencing data