
BCFtools is a program for variant calling and manipulating files in the Variant Call Format (VCF) and its binary counterpart BCF. All commands work transparently with both VCFs and BCFs, both uncompressed and BGZF-compressed.
Source:R/cmd-bcftools.R
bcftools.RdBCFtools is a program for variant calling and manipulating files in the Variant Call Format (VCF) and its binary counterpart BCF. All commands work transparently with both VCFs and BCFs, both uncompressed and BGZF-compressed.
Arguments
- subcmd
Sub-Command of bcftools. Details see:
cmd_help(bcftools()).- ...
<dynamic dots> Additional arguments passed to
bcftoolscommand. Empty arguments are automatically trimmed. If a single argument, such as a file path, contains spaces, it must be quoted, for example usingshQuote(). Details see:cmd_help(bcftools()).- bcftools
A string of path to
bcftoolscommand.
See also
Other commands:
allele_counter(),
bedtools(),
bowtie2(),
bwa(),
cellranger(),
conda(),
fastp(),
fastq_pair(),
gistic2(),
kraken2(),
kraken_tools(),
perl(),
pyscenic(),
python(),
samtools(),
seqkit(),
snpEff(),
trust4(),
varscan()