Question converting different genetic file formats into another file
0
0
Entering edit mode
5.4 years ago

Hi,

can anyone provde a ppt/pdf/link to a tutorial which can give you detailed information of how to convert any genetic file (BAM, SAM, VCF, FASTQ, FASTA, etc.) in another genetic file format?

I am interested in tools and documentation of how to do this in house. Any expert help would be much appreciated.

Thank you, J

Assembly genome assembly alignment • 856 views
ADD COMMENT
2
Entering edit mode

Not all of these files are entirely equivalent, so there are many different ways to convert between files.

For example, BioPython would handle conversions between FASTA/FASTQ/GenBank/GFF and a whole bunch of other formats. For BAM/SAM/FASTQ, you'll be looking for something like samtools.

There isn't really a 'one-stop-shop' for all of these things though, so can you clarify perhaps what your end goal is?

ADD REPLY
1
Entering edit mode

To add to jrj.healey's point, there is a difference between data format and information content. Conversion is used to mean any of the transitions including a change in data format, file format and information content. Not all of the above files have similar information content, so you'd end up losing information (or having to add in dummy information) when you go from one format to another.

ADD REPLY

Login before adding your answer.

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