Sam to bowtie native format
1
0
Entering edit mode
5.7 years ago
druggable ▴ 60

Hi everyone,

Does anyone know how to convert .sam files to the native bowtie format? I need this for peak calling using QuEST software for ChIP seq data.

Thanks a bunch!

teabonng

ChIP-Seq quest • 1.2k views
ADD COMMENT
0
Entering edit mode

What is native bowtie format? Do you have a reference? If you are referring to the alignments written by bowtie then they are in SAM format, which is a standard.

ADD REPLY
0
Entering edit mode

Thanks for the replies, now I understand.

ADD REPLY
0
Entering edit mode

Just out of curiosity, why do you want to use an almost 10-year old peak caller?

ADD REPLY
1
Entering edit mode
5.7 years ago
h.mon 35k

QuEST accepts sam files as inputs, which is Bowtie's output if you use the -S flag.

How to use QuEST for ATAC-Seq data

ADD COMMENT
0
Entering edit mode

From this link:

For a 4.25 GB ATAC Sam file, it ran for 30 hours.

Well, this even more should motivate you to use a more recent peak caller. For ATAC-seq, I typically use MACS2:

macs2 callpeak -t file.bam -n samplename --nomodel -f BAMPE

It assumes that your file is paired-end.

ADD REPLY
0
Entering edit mode

Thank you so much for this.

ADD REPLY

Login before adding your answer.

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