[BioC] gff files: how to tell if right-open interval convention used?

Chris Fields cjfields at illinois.edu
Thu Mar 31 00:04:05 CEST 2011


karl,

GFF should always be 1-based closed, not 0-based right-open (unlike BED format).  I think this convention goes back to the original version of GFF from Sanger up to the latest version, GFF3.  

So, it probably comes down to whether the source of the GFF output you are using is generating the correct coordinates, not how R/BioC is processing it.  Unless the girafe method in question is allowing BED output to be read as well (I would consider that bad).

chris

On Mar 30, 2011, at 3:58 PM, karlerhard at berkeley.edu wrote:

> 
> Hi all,
> 
> I'm a grad student at UC Berkeley, I'm new to the list, as well as to R
> programs in general, so I hope you'll forgive my simplistic questions.
> 
> I'm working with the girafe package to generate counts table which can be
> input into edgeR.  I've noticed that the readGff3 function is sensitive to
> whether the gff file being read uses this "right-open interval convention"
> or not.  I'm just not sure how to tell if the gff file I am using follows
> this convention.  Is there a simple way to find out?
> 
> Any help on this would be greatly appreciated.
> 
> best,
> 
> karl
> 
> _______________________________________________
> Bioconductor mailing list
> Bioconductor at r-project.org
> https://stat.ethz.ch/mailman/listinfo/bioconductor
> Search the archives: http://news.gmane.org/gmane.science.biology.informatics.conductor



More information about the Bioconductor mailing list