How to convert fastq to bam?
1
0
Entering edit mode
3.3 years ago
Jimpix ▴ 10

Hello! Can you suggest any way to convert fastq file to bam file?

thx in advance.

fastq bam • 4.7k views
ADD COMMENT
0
Entering edit mode

Did you want to align your reads to the genome, or just have an unaligned BAM file?

ADD REPLY
0
Entering edit mode

I need to upload then that bam file into IGV, so aligned

ADD REPLY
6
Entering edit mode
3.3 years ago
ATpoint 81k

The process is called alignment, tools for DNA-seq are usually something like bowtie2 or bwa mem for short (Illumina) reads, minimap2 for long reads, and for RNA-seq you need a splice-aware aligner, something like STAR or hisat2 comes to mind. Please google for the tools and read existing threads and online materials, this is probably the most fundamental task of NGS analysis and extensively described in like every beginner's tutorial.

Just google "NGS alignment tutorial", there are plenty of websites offering guidance.

ADD COMMENT

Login before adding your answer.

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