Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • understanding HTSeq counts

    Hi,

    I ran HTSeq on a *.sam file using RefSeq genes GTF file. I got counts for each transcript and would like to understand how exactly these counts were generated. Does HTSeq count a read whenever it overlaps with an exon and then takes a sum/average of all these exons across a transcript? Or, is there some other complicated procedure to merge the counts of all the exons in a transcript?

    Thank you very much for your response.

    Nirmala

  • #2
    Originally posted by nimmi View Post
    Hi,

    I ran HTSeq on a *.sam file using RefSeq genes GTF file. I got counts for each transcript and would like to understand how exactly these counts were generated. Does HTSeq count a read whenever it overlaps with an exon and then takes a sum/average of all these exons across a transcript? Or, is there some other complicated procedure to merge the counts of all the exons in a transcript?

    Thank you very much for your response.

    Nirmala
    This is a question I have also been meaning to ask. I doubt that the average would be useful here. I don't know enough Python to read the code, but maybe the authors of the software will have an answer for us here?

    Comment


    • #3
      htseq-count is a rather simple script. First of all, it does not attempt to tease apart isoforms (transcripts), it only counts for genes. So, if a read overlaps with one or more exons of a gene, it is counted for this gene. If it overlaps with exons from more then one gene, it it counted as ambiguous, i.e, for neither of the genes. The precise definition of "overlap" can be adjusted, see the figure at http://www-huber.embl.de/users/ander...doc/count.html .

      Simon

      Comment


      • #4
        hello,

        This is a great forum and I'm learning a lot here. I would really appreciate some help troubleshooting HTSeq.

        I've installed everything correctly in the Python window, I think, since I get no error messages. From the command line, I then type:

        python -m HTSeq.scripts.count -q <sam.file> <gtf.file>

        Since I'm running the script on quiet mode, I get the following output:

        no_feature 0
        ambiguous 0
        too low aQual 0
        not aligned 0

        I tried writing the countsTable to a file, by adding a "> countsTable.txt" to the end of the above, but this text file contains the exact same info as was printed above.

        There's nothing wrong with either the SAM file created by TopHat and Samtools, or with the GTF file, as I've worked with both of them successfully in other programs.

        Thanks for any help!!

        elena
        Last edited by ecofriendly; 11-27-2010, 08:28 PM.

        Comment

        Latest Articles

        Collapse

        • seqadmin
          Recent Advances in Sequencing Analysis Tools
          by seqadmin


          The sequencing world is rapidly changing due to declining costs, enhanced accuracies, and the advent of newer, cutting-edge instruments. Equally important to these developments are improvements in sequencing analysis, a process that converts vast amounts of raw data into a comprehensible and meaningful form. This complex task requires expertise and the right analysis tools. In this article, we highlight the progress and innovation in sequencing analysis by reviewing several of the...
          Yesterday, 07:48 AM
        • seqadmin
          Essential Discoveries and Tools in Epitranscriptomics
          by seqadmin




          The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
          04-22-2024, 07:01 AM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by seqadmin, Today, 06:57 AM
        0 responses
        9 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, Yesterday, 07:17 AM
        0 responses
        13 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 05-02-2024, 08:06 AM
        0 responses
        19 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-30-2024, 12:17 PM
        0 responses
        23 views
        0 likes
        Last Post seqadmin  
        Working...
        X