Abhishek Pratap
2011-Oct-24 21:23 UTC
[R] Comparing two gff/gtf files : de novo transcripts v/s reference
Hi All I am wondering if people based on their experience could share what methods one could use to compare two gff/gtf files. The reason why I want to do so is that we have constructed a RNA-Seq based transcriptome and would like to compare it with reference transcriptome we had from in-silico approaches. Ideally we are looking to find out 1. new genes we see 2. transcripts where the start/end side is changed (upstream/downstream) 3. possible gene fusions may be because in-silico approaches were not correct I know some of these could be resolved with BedTools but just wondering if Bioconductor has anything specific built in coz each time it pleasantly surprises me. Thanks! -Abhi [[alternative HTML version deleted]]
Martin Morgan
2011-Oct-24 21:32 UTC
[R] Comparing two gff/gtf files : de novo transcripts v/s reference
On 10/24/2011 02:23 PM, Abhishek Pratap wrote:> Hi All > > I am wondering if people based on their experience could share what methods > one could use to compare two gff/gtf files. The reason why I want to do so > is that we have constructed a RNA-Seq based transcriptome and would like to > compare it with reference transcriptome we had from in-silico approaches. > Ideally we are looking to find out > > 1. new genes we see > 2. transcripts where the start/end side is changed (upstream/downstream) > 3. possible gene fusions may be because in-silico approaches were not > correct > > I know some of these could be resolved with BedTools but just wondering if > Bioconductor has anything specific built in coz each time it pleasantly > surprises me.Hi Abhi -- better to ask on the Bioconductor mailing list http://bioconductor.org/help/mailing-list/ where people will point to rtracklayer to import() gff files, and GenomicRanges to do the types of comparisons you're interested in. These will generally be fun and performant tools. Martin> > Thanks! > -Abhi > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code.-- Computational Biology Fred Hutchinson Cancer Research Center 1100 Fairview Ave. N. PO Box 19024 Seattle, WA 98109 Location: M1-B861 Telephone: 206 667-2793
ib
2012-Aug-03 10:34 UTC
[R] Comparing two gff/gtf files : de novo transcripts v/s reference
did u try CummeRbund? http://compbio.mit.edu/cummeRbund/ best, ib -- View this message in context: http://r.789695.n4.nabble.com/Comparing-two-gff-gtf-files-de-novo-transcripts-v-s-reference-tp3934629p4639032.html Sent from the R help mailing list archive at Nabble.com.