![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Is there a tool that converts TXT, BED, GFF format to VCF? | LauraSmith | Bioinformatics | 4 | 03-22-2017 02:41 AM |
How to transform BAM format to .TXT or .BED? | zhenshao | Bioinformatics | 12 | 11-14-2015 06:03 PM |
Updated How to convert .txt file to .bed .GFF or .BAR file format, | forevermark4 | Bioinformatics | 2 | 06-30-2014 06:02 AM |
Bowtie output to BED format | polsum | Bioinformatics | 11 | 02-20-2013 12:00 AM |
MACS output format (NAME_peaks.bed) | rebrendi | Bioinformatics | 10 | 04-03-2012 11:13 PM |
![]() |
|
Thread Tools |
![]() |
#1 |
Member
Location: hk Join Date: Apr 2013
Posts: 16
|
![]()
Hi all,
I have run several splice-junction tools such as tophat, splicemap. They give me bed file results which can be easily handled by bedtools. However, Mapsplice produces txt file format. Is there any method I can change it into bed file? Actually Mapsplice produces txt file output because its output contains more information than normal splice-junction tools do. But currently I just need to use Bedtool to compare the overlap of the splice junctions(chr start to chr end). Therefore, besides the first several columns, the others are not needed. Tophat, Splicemap format(bed): chr1 3840 4068 JUNC00000001 25 + 3840 4068 255,0,0 2 73,73 0,155 chr1 4203 4557 JUNC00000002 42 + 4203 4557 255,0,0 2 73,72 0,282 chr1 4530 4780 JUNC00000003 44 + 4530 4780 255,0,0 2 75,75 0,175 Mapsplice format(txt): chr1 3913 3996 JUNC_1 15 + 3913 3996 255,0,0 2 63,73, 0,157, 2.523211 5 GTAG 0.999585 1.000000 0 1 0.133333 15 0 0 0 0 0 0 15 2 chr1 4276 4486 JUNC_2 22 + 4276 4486 255,0,0 2 73,70, 0,281, 2.815205 5 GTAG 0.998950 1.000000 0 1 0.045455 22 0 0 0 0 0 0 22 2 chr1 4605 4706 JUNC_3 19 + 4605 4706 255,0,0 2 56,70, 0,172, 2.552085 5 GTAG 0.999495 1.000000 0 1 0.157895 19 0 0 0 0 0 0 19 4 Thank you |
![]() |
![]() |
![]() |
#2 |
Senior Member
Location: East Coast USA Join Date: Feb 2008
Posts: 7,088
|
![]()
Are you a bench biologist or a computer scientist?
From your other posts it sounds like the latter so it should be easy for you to select the columns you need from the Mapsplice output (once you understand what it contains) so you can do the analysis you need for your thesis. |
![]() |
![]() |
![]() |
#3 | |
Member
Location: hk Join Date: Apr 2013
Posts: 16
|
![]() Quote:
|
|
![]() |
![]() |
![]() |
#4 |
Member
Location: hk Join Date: Apr 2013
Posts: 16
|
![]()
Someone suggests me to use cut command to transfer it to bed file, i will try
|
![]() |
![]() |
![]() |
Thread Tools | |
|
|