![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Bowtie output to BED format | polsum | Bioinformatics | 11 | 02-20-2013 12:00 AM |
scripture output | nimmi | RNA Sequencing | 0 | 10-21-2011 02:29 PM |
cufflinks funny output, scripture comparison | rcorbett | Bioinformatics | 11 | 12-25-2010 10:55 AM |
Weird TopHat - junction.bed output | repinementer | Bioinformatics | 14 | 12-02-2010 04:49 PM |
Scripture output | wenhuang | Bioinformatics | 1 | 07-28-2010 04:36 AM |
![]() |
|
Thread Tools |
![]() |
#1 |
Member
Location: North Carolina Join Date: Jan 2010
Posts: 82
|
![]()
Hi,
I'm working through an analysis with Scripture for the first time. I've been able to generate a bed and dot file. UCSC does not seem like this BED file. I was able to find this suggestion that scripture includes a gff converter: http://molecularevolution.org/resour...pture_activity java -Xmx1000m -jar <path_to_scripture>/scripture.jar -task toGFF -cufflinks -in scripture.t0.bed -source SCRIPTURE -out scripture.t0.gtf -prefix t0 but... this toGFF function does not seem to be described in the scripture documentation, and does not seem to work for me either. Any suggestions? All I am really trying to do is to get this into UCSC so I can quickly assess how things look. Scripture suggests IGV browser which I suppose I could also use. thanks! |
![]() |
![]() |
![]() |
#2 |
Senior Member
Location: Canada Join Date: Nov 2010
Posts: 124
|
![]()
What happens when you try upload the .bed file to the UCSC browser?
|
![]() |
![]() |
![]() |
#3 |
Member
Location: North Carolina Join Date: Jan 2010
Posts: 82
|
![]()
I get this:
Code:
File 'allScores.bed' - Unrecognized format line 1 of custom track: chr1 199 249 chr1:199-249 0.0 * 199 249 0,0,0 1 50, 0, 1.0 0.3684297339584846 1.0 0.02 3.1075660687968516 0.0542844351489113 50.0 1.0 (note: chrom names are case sensitive) generally the scripture documentation seems somewhat half written, unless I am missing something? |
![]() |
![]() |
![]() |
#4 |
Member
Location: North Carolina Join Date: Jan 2010
Posts: 82
|
![]()
fyi, the chromosome name is fine... (no caps problem there)
|
![]() |
![]() |
![]() |
#5 |
Member
Location: Toronto Join Date: Nov 2010
Posts: 21
|
![]()
Hi,
I have been able to open bed files in UCSC Genome browser using Scripture-beta2 version and this type of command: java -Xmx2000m -jar scripture-beta2.jar -task extractDot -in Segmentation_Results/chr1.scriptureESTest.segments.graph.post.add.pairs.dot -chr chr1 -start 6235241 -end 6239548 -out chr1_6235241-6239548.dot It gives a dot file and a bed file for the indicated region of the chromosome. Hope this help ! Emilie Last edited by Emilie; 01-26-2011 at 05:57 AM. |
![]() |
![]() |
![]() |
#6 |
Senior Member
Location: Canada Join Date: Nov 2010
Posts: 124
|
![]()
.bed files don't require a header, but you can include one. Bed format instructions:
http://genome.ucsc.edu/FAQ/FAQformat#format1 I think you have too many columns in your file. Can you post the first few lines from your file, exactly as written in the file? |
![]() |
![]() |
![]() |
#7 | |
Member
Location: china Join Date: Mar 2011
Posts: 31
|
![]() Quote:
|
|
![]() |
![]() |
![]() |
Thread Tools | |
|
|