This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How can download and read BAM and FASTQ format

Hello everyone,

can you help me to download and read FASTQ and BAM format files?

thanks

fastq miseq bam

Can you please elaborate on what type of samples and from where you can download them?

I agree with MSRS. Do you want to download your own data or publicly available?

For publicly available you can always get data from ENA (fastq or bam format), or SRA (can be .SRA format and you need to convert to fastq).

To read fastq you can use cat | less or zcat | less for fastq.gz. For bam I suggest you use samtools functions.

Where have you looked? What have you tried?

0 answers

No answers yet.

Log in to answer this question.