Changes between Version 15 and Version 16 of SOPs/vcf_manipulation
- Timestamp:
- 03/17/23 10:31:02 (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SOPs/vcf_manipulation
v15 v16 99 99 }}} 100 100 101 Extract fields from a VCF file to a TXT, tabseparated format with the [http://snpeff.sourceforge.net/SnpSift.html#Extract snpSift extractFields] function101 Extract fields from a VCF file to a text, tab-separated format with the [http://snpeff.sourceforge.net/SnpSift.html#Extract snpSift extractFields] function 102 102 {{{ 103 103 # Extract chromosome, position, reference base(s), alternate bases(s), all the samples' ADF and ADR (number of high-quality ref-fwd, alt-fwd, ref-reverse, and alt-reverse bases): … … 108 108 }}} 109 109 110 Extract fields from a VCF file to a TXT, tabseparated file with the [https://samtools.github.io/bcftools/howtos/query.html bcftools query] function110 Extract fields from a VCF file to a text, tab-separated file with the [https://samtools.github.io/bcftools/howtos/query.html bcftools query] function 111 111 112 112 {{{