I am analyzing RNA-Seq data paired end data using galaxy. I did the QC and I ran TopHat on the data.
TopHat produced 4 output files and I am not sure how to visualize or analyze those files. The data I am analyzing is prostate cancer data and I want to look for a specific splice variant which is TMPRSS2-ERG genes.
It would be great if anyone can guide me in steps in visualizing the TopHat output on galaxy
You could visualize it in galaxys own browser "trackster".
There should be an icon like a line chart in the dataset. Click it and follow the instructions.
Galaxy is extensible and open. Meaning if you want to keep your data within the Galaxy framework you can run your own instance of it and create or download (likely from the Galaxy Tool Shed) your own tool to process the data with whatever software you desire. Alternatively, as Arun suggested, you can export your data and analyze it outside of the Galaxy framework.
I haven't worked with galaxy. But as an alternative, how about saving the mapped bam files on your computer/cluster and visualizing with IGV?
Some material which might help you. DE with splice variant analysis and galaxy test RNA-Seq workflow.