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
          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 on Modified Bases...
          Yesterday, 07:01 AM
        • seqadmin
          Current Approaches to Protein Sequencing
          by seqadmin


          Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
          04-04-2024, 04:25 PM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by seqadmin, 04-11-2024, 12:08 PM
        0 responses
        39 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-10-2024, 10:19 PM
        0 responses
        41 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-10-2024, 09:21 AM
        0 responses
        35 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-04-2024, 09:00 AM
        0 responses
        55 views
        0 likes
        Last Post seqadmin  
        Working...
        X