converting VCF files to TSV file
2
0
Entering edit mode
6 weeks ago

How do we convert a large vcf file to tsv file?

vcfmutations variantcellformat • 235 views
ADD COMMENT
0
Entering edit mode
6 weeks ago

a vcf is de-facto a TSV file with a header.

you can also have a look at bcftools query -f

ADD COMMENT
0
Entering edit mode
6 weeks ago

You can try grep -v "^#" file.vcf > file.tsv but of course you discard all metadata

ADD COMMENT

Login before adding your answer.

Traffic: 2819 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6