a question in merging sam files for DEXSeq
2
0
Entering edit mode
chunjiang he ▴ 80
@chunjiang-he-3439
Last seen 9.6 years ago
Hi all, I want to ask a question about using DEXSeq. I have two technical replicates for one sample and I need to merge them to get the exon counts. I've mapped them and get the sam files, can I just merge them as : cat 1.sam 2.sam > merged.sam and then sort it: sort -k1,1 -k2,2n merged.sam > merged.sorted.sam Then I use this merged.sorted.sam on dexseq_counts.py to get the exon counts. Is that Ok for my process? Thanks, Cam [[alternative HTML version deleted]]
DEXSeq DEXSeq • 977 views
ADD COMMENT
0
Entering edit mode
@steve-lianoglou-2771
Last seen 14 months ago
United States
Hi, On Tue, Jun 4, 2013 at 5:07 PM, Chunjiang He <camelbbs at="" gmail.com=""> wrote: > Hi all, > > I want to ask a question about using DEXSeq. > > I have two technical replicates for one sample and I need to merge them to > get the exon counts. > > I've mapped them and get the sam files, can I just merge them as : > > cat 1.sam 2.sam > merged.sam > > and then sort it: sort -k1,1 -k2,2n merged.sam > merged.sorted.sam > > Then I use this merged.sorted.sam on dexseq_counts.py to get the exon > counts. > > Is that Ok for my process? Have you tried it? -steve -- Steve Lianoglou Computational Biologist Bioinformatics and Computational Biology Genentech
ADD COMMENT
0
Entering edit mode
Simon Anders ★ 3.7k
@simon-anders-3855
Last seen 3.7 years ago
Zentrum für Molekularbiologie, Universi…
On 05/06/13 02:07, Chunjiang He wrote: > I want to ask a question about using DEXSeq. > > I have two technical replicates for one sample and I need to merge them to > get the exon counts. > > I've mapped them and get the sam files, can I just merge them as : > > cat 1.sam 2.sam > merged.sam > > and then sort it: sort -k1,1 -k2,2n merged.sam > merged.sorted.sam > > Then I use this merged.sorted.sam on dexseq_counts.py to get the exon > counts. > > Is that Ok for my process? Yes.
ADD COMMENT

Login before adding your answer.

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