Usage of individual commands

Vardict v1.8.2

/usr/bin/vardict/bin/VarDict -f "0" \
    -c "1" \
    -g "5" \
    -E "3" \
    -S "2" \
    -G /path/to/reference_fasta.ext \
    -N sample_name \
    -b /path/to/bam/file.bam \
    -bedfile /path/to/bedfile.ext \
    > vardict_app_output.vcf
Rscript /usr/bin/vardict/bin/teststrandbias.R > output_teststrandbias.var \
    < /path/to/input_vardict.var
perl /usr/bin/vardict/bin/var2vcf_valid.pl \\
 -N sample_name
 -f 0
 > output_vcf_name
 < /path/to/input_vardict.var

pv vardict v0.1.5

pv vardict single filter -i /path/to/input_vardict.vcf \
    --tsampleName sample-name \
    -ad 1 \
    -fg false \
    -mq 0 \
    -tnr 1 \
    -dp 20 \
    -vf 5e-05 

BCFTOOLS v 1.15.1

BGZIP

TABIX

BCFTOOLS SORT

BCFTOOLS NORM

BCFTOOLS CONCAT

SNPSIFT annotation v5.0:

vcf2maf v1.6.21

oncoKB annotator v3.2.2

PV modules v0.2.3

MAF annotate by BED

MAF annotate by TSV

MAF tag

MAF filter

Last updated

Was this helpful?