![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to interpret the bed file results from TopHat? | zach | Bioinformatics | 2 | 10-08-2014 09:27 AM |
To convert BAM file to BED file | Anjali | Bioinformatics | 10 | 04-28-2014 05:43 AM |
Is there a BED file format validator? Does a BED file have to be sorted position? | LauraSmith | Bioinformatics | 3 | 05-21-2013 12:54 PM |
How to make sense of Tophat's output file 'junctions.bed' | gsinghal | RNA Sequencing | 4 | 09-03-2012 07:49 AM |
Split up a Bam file with chrom-bed | dmacmillan | Bioinformatics | 2 | 02-02-2012 03:25 PM |
![]() |
|
Thread Tools |
![]() |
#1 |
Member
Location: Italy Join Date: Feb 2011
Posts: 16
|
![]()
Hi all,
I have a question about TopHat alignment. I have 4 sample alignments and I want to join all together in a only 1 file alignment because these sample belong to the same population (same cellular population but different samples). I want to join different TopHat output files, so I want to join these information ONLY after individual alignments.. How Can I join the different file.bam and file.bed??? Is it possible?? Thanks in advance |
![]() |
![]() |
![]() |
#2 |
Member
Location: Seattle, WA Join Date: Feb 2013
Posts: 45
|
![]()
BEDOPS bam2bed converts BAM to BED. BEDOPS bedops --everything performs a multiset union of BED files.
As an example of how to use them together: $ bam2bed < myFirstDataset.bam > myFirstDataset.bed $ bam2bed < mySecondDataset.bam > mySecondDataset.bed ... $ bedops --everything myFirstDataset.bed ... myLastDataset.bed > myUnionedDataset.bed The file myUnionedDataset.bed contains reads from all your BAM files, in BED format. |
![]() |
![]() |
![]() |
Thread Tools | |
|
|