Optimized genome browser
3
0
Entering edit mode
3.2 years ago

Hello Biostars comunity,

For my project, I'm working with the transcriptome of a non-model organism, which has an incomplete and in many cases incorrect reference annotation. As such, I have to manually inspect the gene models, and compare them with assembled transcripts, long reads alignment, etc. I've using Jbrowser for the last 2 months, however, this software crashes every time I try to change scaffold or even if I load 4 or 5 tracks. This makes my job much less productive.

Does anyone have experience with this kind of problem, and as found a workaround, solution? (i.e using another more optimized genome browser?).

Best

RNA Genome • 908 views
ADD COMMENT
0
Entering edit mode

Hi there, I'm a jbrowse dev. If you are interested feel free to send me an email colin.diesh@gmail.com I can check out what you're looking at...definitely would be interested to help :)

ADD REPLY
0
Entering edit mode
3.2 years ago
GenoMax 141k

Artemis (LINK) may be one option. What you are looking for is an annotation tool in addition to a genome browser. There are plenty of genome browsers but not many with annotation tools.

ADD COMMENT
0
Entering edit mode

For genome annotation tool I'm currently working with MIKADO to refine my transcriptome assembly. However, I want to be able to inspect some results and visualize my candidate genes. I'll check Artemis for visualization.

ADD REPLY
0
Entering edit mode
3.2 years ago
cmdcolin ★ 3.8k

In a follow up email to the OP we found that what was needed was to load tabix indexed GFF instead of plain GFF

The unindexed GFF caused slowness on scaffold switches

To create indexed GFF my general strategy is

sudo apt install genometools
gt gff3 -sortlines -tidy -retainids source.gff > source.sorted.gff
bgzip source.sorted.gff
tabix source.sorted.gff.gz

Then loading source.sorted.gff.gz and the tabix index for it into jbrowse helps

ADD COMMENT
0
Entering edit mode
3.2 years ago

GenomeView might be an other option worth investigating . It does both browsing, visualization as well as a gene editing tool

ADD COMMENT

Login before adding your answer.

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