Saving file as .vcf
1
0
Entering edit mode
23 months ago
Maryam ▴ 10

Hello,

I really need help to save my file as .vcf.

I have modified my vcf file as I want using VCFR package in R. Now I want to save my new in .vcf format using code write.vcf.

But the saved file is some kind of weird data file. Can someone help me where I am making mistake?

Thank youenter image description here

NGS Variant VCF • 927 views
ADD COMMENT
0
Entering edit mode

from manual:

The function write.vcf takes an object of either class vcfR or chromR and writes the vcf data to a
vcf.gz file (gzipped text)
ADD REPLY
2
Entering edit mode
23 months ago
ATpoint 81k

This gibberish means that it is probably gzip-compressed and should be vcf.gz. Please don't get used to open OMICS files in plain text editors. Use Unix tools such as less, head or something like that.

ADD COMMENT
0
Entering edit mode

What I should do?

ADD REPLY
0
Entering edit mode

Rename your file to .vcf.gz and then try and see whether something like zless can properly open it. Frankly, and I really mean no offense, if you are stuck with these kinds of basics you must spend time with Unix fundamentals before diving into analysis.

ADD REPLY
0
Entering edit mode

Thank you so much. I just uncompressed my files.

ADD REPLY
0
Entering edit mode

Why did you delete the post?

ADD REPLY

Login before adding your answer.

Traffic: 1409 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