Jbrowse: importance of draw-basepair-track.pl
2
1
Entering edit mode
9.3 years ago
CikLa ▴ 90

Hi,

I found a script named draw-basepair-track.pl in JBrowse program. May I know, what is that actually? Why do people want to draw the basepair track, is there any need of it? Just curious to know.

Regards,

CikAlal

jbrowse genome-browser • 2.9k views
ADD COMMENT
3
Entering edit mode
9.3 years ago
cmdcolin ★ 3.8k

It is a fairly old feature, but it still works. The functionality is documented here.

There is also an example file "tests/data/base_pairing/XdecoderStructure.gff" on github that you can test out, see https://github.com/GMOD/jbrowse/tree/master/tests/data/base_pairing

Loading script

bin/prepare-refseqs.pl --fasta tests/data/base_pairing/mahoney.fa
bin/draw-basepair-track.pl --gff tests/data/base_pairing/XdecoderStructure.gff

(must have GD::Image perl installed)

< image not found >

Example base pairing track

ADD COMMENT
0
Entering edit mode

note for future generations you might consider the sashimiplot plugin https://github.com/elsiklab/sashimiplot/ it renders arcs in JS instead of pre-rendering to disk with libgd

ADD REPLY
1
Entering edit mode
9.3 years ago
Mitch Skinner ▴ 660

The original motivating application was to show patterns of base pairing in RNA secondary structures.

ADD COMMENT

Login before adding your answer.

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