Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • alexnico84
    Junior Member
    • Jun 2009
    • 3

    ReCOG - Read Counter accounting for Overlapping Genes

    Hi to all,

    here is a new tool (ReCOG) for calculating expression counts from strand-specific RNA-Seq paired-end reads from the Institute of Population Genetics in Vienna (Austria).

    ReCOG is a tool for counting strand-specific paired RNA-Seq reads mapped to a reference genome. Since genome annotations contain an increasing number of isoforms from a single gene, the concept of counting reads mapped solely to canonical exons is challenging and frequently not possible. Therefore, ReCOG pursues a different strategy. All read-pairs mapped between the start and the end of a gene are counted irrespective if they are annotated as exons or introns. Moreover, since expression counts cannot be unambiguously defined in regions where genes are overlapping, ReCOG does not count read-pairs mapped to these regions.


    Here is the link: https://code.google.com/p/recog/

    Enjoy
    Nicola

    Nicola Palmieri
    Doctoral student
    Institut für Populationsgenetik
    Vetmeduni Vienna
  • gringer
    David Eccles (gringer)
    • May 2011
    • 845

    #2
    So, um, the title of this is "Read Counter accounting for Overlapping Genes", but in the description of your program, I see this:
    since expression counts cannot be unambiguously defined in regions where genes are overlapping, ReCOG does not count read-pairs mapped to these regions.
    Accounting for things by not counting them is a bit of an oxymoron. I would advise you to either change the name of the program, or change that description to be a bit more in tune with the program name.

    Also, the description of this algorithm seems to be similar to HTSeq-count in union mode:



    Which is itself a toy demonstration of what can be done with a little bit of python programming in combination with HTSeq:



    So... I notice that you're using pysam (from the looks of the files in the archive) just like HTSeq. What differentiates your program from HTSeq / HTSeq-count?

    I also notice you're including a sample BAM file to test out the program, which makes it a 77MB download[!], rather than something a bit closer to HTSeq's 350kb installer. You should probably change that, and have a script do the download (if desired) after ReCOG is installed.

    Comment

    • dpryan
      Devon Ryan
      • Jul 2011
      • 3478

      #3
      @David Eccles: It's like you read my mind.

      I also wonder what the difference would be to just munging the annotation file such that it contains only 5' and 3' most bounds and then using htseq-count.

      Comment

      • eszter.ari
        Junior Member
        • Dec 2012
        • 8

        #4
        Dear David,

        Thanks for your remarks and questions. We will improve the description of the ReCOG script!

        Originally posted by gringer View Post
        So, um, the title of this is "Read Counter accounting for Overlapping Genes", but in the description of your program, I see this:

        Accounting for things by not counting them is a bit of an oxymoron. I would advise you to either change the name of the program, or change that description to be a bit more in tune with the program name.
        You are absolutely right!

        Originally posted by gringer View Post
        Also, the description of this algorithm seems to be similar to HTSeq-count in union mode:



        Which is itself a toy demonstration of what can be done with a little bit of python programming in combination with HTSeq:



        So... I notice that you're using pysam (from the looks of the files in the archive) just like HTSeq. What differentiates your program from HTSeq / HTSeq-count?
        The concept of HTSeq and ReCOG doesn't differ so much. First I applied HTSeq-count and I faced some problems:
        HTSeq-count uses SAM files which take a lot of space on the HD. ReCOG uses BAM files.
        When the annotetion of a genome is not so advanced - so it contains hundreds of "chromosomes" (contigs) - HTSeq just doesn't work. (At least for the D.simulans annotations of FlyBase.)
        I found some cases when HTSeq gave different counts than it should be (I checked this with IGV Viewer). I discussed these problems with other researchers and they also found some examples when HTSeq gave wrong count results.

        Originally posted by gringer View Post
        I also notice you're including a sample BAM file to test out the program, which makes it a 77MB download[!], rather than something a bit closer to HTSeq's 350kb installer. You should probably change that, and have a script do the download (if desired) after ReCOG is installed.
        This is also a useful advise!

        Bests,
        Eszter

        Comment

        Latest Articles

        Collapse

        • SEQadmin2
          Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
          by SEQadmin2



          Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
          ...
          07-09-2026, 11:10 AM
        • SEQadmin2
          Cancer Drug Resistance: The Lingering Barrier to Rising Survival
          by SEQadmin2



          Cancer survival rates have significantly increased in the last few decades in the United States, reaching a combined 70% 5-year survival rate by 2021. Behind this number, there are years of research to find new therapies, drug targets, and early detection methods. But there is one core challenge that keeps slowing down these advances, and it’s about drug resistance.

          There is no single reason why many patients don’t respond to treatment as expected. Cancer is...
          07-08-2026, 05:17 AM
        • GATTACAT
          Reply to Nine Things a Sample Prep Scientist Thinks About Before Sequencing
          by GATTACAT
          Love this - good data definitely starts from good input, and poor input can only give relatively poor data. I particularly like the mention of Nanodrop/absorbance based methods for quantification. It's such a toss up if you'll get an accurate reading or what amounts to a randomly generated number, and a lot of library/sequencing related issues can be traced back to poor quant.
          07-01-2026, 11:43 AM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by SEQadmin2, 07-13-2026, 10:26 AM
        0 responses
        24 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 07-09-2026, 10:04 AM
        0 responses
        33 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 07-08-2026, 10:08 AM
        0 responses
        21 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 07-07-2026, 11:05 AM
        0 responses
        34 views
        0 reactions
        Last Post SEQadmin2  
        Working...