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
            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
          • seqadmin
            Strategies for Sequencing Challenging Samples
            by seqadmin


            Despite advancements in sequencing platforms and related sample preparation technologies, certain sample types continue to present significant challenges that can compromise sequencing results. Pedro Echave, Senior Manager of the Global Business Segment at Revvity, explained that the success of a sequencing experiment ultimately depends on the amount and integrity of the nucleic acid template (RNA or DNA) obtained from a sample. “The better the quality of the nucleic acid isolated...
            03-22-2024, 06:39 AM

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by seqadmin, 04-11-2024, 12:08 PM
          0 responses
          30 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-10-2024, 10:19 PM
          0 responses
          32 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-10-2024, 09:21 AM
          0 responses
          28 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-04-2024, 09:00 AM
          0 responses
          53 views
          0 likes
          Last Post seqadmin  
          Working...
          X