纠正错误 / Fix 添加实例 / Add example
使用该格式的命令 / Commands using this format

BCF

VCF 的二进制形式,适合高效存储和处理大规模变异数据。Binary representation of VCF for efficient storage and processing of variant data.

常见用途 | Common Uses

关键点 | Notes

常用工具 | Tools

bcftools view -Ob input.vcf.gz -o output.bcf
bcftools index output.bcf

参考 | References