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
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
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)
Example base pairing track
The original motivating application was to show patterns of base pairing in RNA secondary structures.
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
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