Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Overlapping 5UTR-CDS features with HTSeq: Ambiguous?

    My colleagues and I are interested in the distribution of reads that fall within the 5'UTR, CDS and 3'UTR of a given transcript. We made a feature count table with HTSeq using the --type=<feature type> argument. The invocation looks like:

    Code:
    python -m HTSeq.scripts.count --format bam --order pos --stranded yes --type CDS file.bam pathto/ucsc_refseq.gtf > CDS_readcount.txt
    We did the same for 5'UTR and 3'UTR.

    My question is, what happens when a read spans both the 5'UTR and the CDS? My understanding of the manual is that the read will be counted as ambiguous in union mode and as 5'UTR in intersection-strict or intersection-nonempty mode, but it's important for our downstream analysis to be certain of this.

  • #2
    With "--type CDS" you're ignoring UTRs completely, so if the alignment overlaps a UTR and a CDS it'll get counted unless you use "intersection-strict" mode. This is similar for any other "--type".

    Comment


    • #3
      Ok, so then it will get counted twice? Once in the UTR output and once in the CDS output?

      Comment


      • #4
        Yes, such alignments will be included in both counts files.

        Comment


        • #5
          Thanks so much!

          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...
            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
          58 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-10-2024, 10:19 PM
          0 responses
          53 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-10-2024, 09:21 AM
          0 responses
          45 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