How to prepare a BED file to make a sashimi plot in IGV?
1
0
Entering edit mode
8.3 years ago
Joseph Hughes ★ 3.0k

Using bowtie and a number of scripts, I have determined the position of donor and acceptor sites in a virus genome and the number of reads that span these sites. I have read through the documentation for MISO and how to use it to produce sashimi plots however in my particular case, I do not want to re-process the BAM file, generate a gff file etc... I would like to produce from the data I have on the donor and acceptor sites, the input for IGV that will enable me to draw a sashimi plot.

I think it is possible to do this using a BED file but I am obviously putting information in the wrong fields as I am not able to get the arcs linking up different sites using the sashimi plot options.

UPDATE: It is not possible to create a sashimi plot from just a bed file. The SAM/BAM file is needed.

IGV sashimi BED • 3.9k views
ADD COMMENT
0
Entering edit mode
3.8 years ago

Just for reference. It IS possible. Your bed file has to have a header line

track name=junctions

Then, you go to View - Preferences - Alignments, and allow show junctions track. Then, right-click on the track, and go to Change Track Height (around 500 works fine).

That's pretty much it. You can see links between regions with curves. That said, it does not look great. Basically because this feature is usually used to visualize exon coverage for RNA-seq experiments.

I would personally recommend setting up a JBrowse instance, and install the Plugin SashimiPlot

ADD COMMENT

Login before adding your answer.

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