Is Tair10 Gbrowse 1-Based Or 0-Based?
1
1
Entering edit mode
10.6 years ago
Puriney ▴ 330

TAIR10.org's GBrowser is 1-based or 0-based coordinate system? ! I am totally confused.

For example, I want to have 3rd to 7th base: 3,4,5,6,7. All 5 bp.

SAM, GFF are 1-based, thus [3, 7]. Clear.

BAM, BED are 0-based, thus [2, 7). Make sense.

The UCSC Genome Browser is uniformly displayed in 1-based way (mentioned in their FAQ http://genome.ucsc.edu/FAQ/FAQtracks#tracks1), also self-explaining. Now I have GBrowser in TAIR10 http://gbrowse.tacc.utexas.edu/cgi-bin/gb2/gbrowse/arabidopsis/. Just confused. It's just like [2,8) way.

Here is an example, you could download the gff3 from ftp://ftp.arabidopsis.org/home/tair/Genes/TAIR10_genome_release/TAIR10_gff3/TAIR10_GFF3_genes.gff. And here is an exon:

Chr1 TAIR10 exon 3631 3913 . + . Parent=AT1G01010.1

Since it is gff file, it means the exon should be [3631, 3913] of one-based, or [3630, 3913) of zero-based. Now turn to get the visualization in GBrowser:

##1. Starts in 3631, good starts in 3631, good

##2. Ends in 3914, confused... ends in 3914

you could use the ruler to indicate where you are pointing to.

enter image description here

• 4.3k views
ADD COMMENT
1
Entering edit mode

The problem is a matter of display conventions. What you are seeing is the feature going up to and through 3913 but not to 3914. The problem is that the space between where base 3913 starts and ends is usually a pixel or less wide and you don't notice this, but when you are zoomed in base 3913 is a rectangle instead if a pixel and it looks like it "touches" 3914. Does that make sense?

ADD REPLY
1
Entering edit mode

The software is called GBrowse not Gbrowser.

ADD REPLY
0
Entering edit mode

Sorry. I am not at all familiar with Gbrowser. Is it possible to zoom in further to the base level at each end. I can't tell from these images (this resolution) if possibly you just have the ruler lined up with the incorrect position.

ADD REPLY
0
Entering edit mode

Oh, yeah. It makes sense. I need notice the resolution. Thanks for your quick reply~~~

ADD REPLY
2
Entering edit mode
10.1 years ago
Chris Fields ★ 2.2k

Any GBrowse instance is 1-based. Actually pretty much any genome browser displaying information is using a 1-based coordinate system (even UCSC).

ADD COMMENT

Login before adding your answer.

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