Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Dani
    Member
    • Dec 2016
    • 14

    RNA class annotation RNASeq

    Hi,

    I am trying to to this pretty common "quantification" representation of different RNA classes in my RNA-Seq data set (meaning mRNA, tRNA, rRNA, ncRNA etc, like for example here http://journalofextracellularvesicle...#CIT0025_26760), but I can't seem to find any tools that do that - can anybody help with that?

    Thanks,

    Danielle
  • Dani
    Member
    • Dec 2016
    • 14

    #2
    Btw. found that biotypes in ngi_visualization does the job if anybody has the same question=)

    Comment

    • Michael.Ante
      Senior Member
      • Oct 2011
      • 127

      #3
      Hi Danielle,

      I hope it's not to late for a suggestion. The Genecode and ENSEMBL annotations include in their gtf files per gene a field called "gene_biotype".
      If you use htseq-count (for instance), you can switch from counting the reads per gene_id to counting the reads per gene_biotype:

      Code:
       htseq-count -f bam -r pos -i gene_biotype my_alignment.bam my_genecode.gtf
      Before doing so, check if the gtf and your bam file base on the same assembly (e.g. hg19) and have the same naming for the chromosomes' name.

      Cheers,

      Michael

      Comment

      • Dani
        Member
        • Dec 2016
        • 14

        #4
        Hi Michael,

        that's a great suggestion, thanks - unfortunately, it complains:
        Error occured when processing GFF file (line 8 of file /mnt/users/dga
        Feature ENSG00000223972.5 does not contain a 'gene_biotype' attribu
        [Exception type: ValueError, raised in count.py:53]
        I am using: gencode.v25.primary_assembly.annotation.gtf which has the same assembly and naming as my bam.
        Does that mean that the gtf files have to be "cleaned" up to not contain any empty biotypes before using?

        Thanks,

        Danielle

        Comment

        • Dani
          Member
          • Dec 2016
          • 14

          #5
          Sorry, realized that it should be -i gene_type =)

          Comment

          Latest Articles

          Collapse

          • 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
          • SEQadmin2
            Nine Things a Sample Prep Scientist Thinks About Before Sequencing
            by SEQadmin2


            I’m not a sequencing expert. I’m a purification scientist who uses NGS to evaluate workflows my group develops. With this perspective, we think about the sample first and the NGS workflow second. The sequencer is an exceptionally honest reporter, but it can only report on what you give it, so whether you get clean, interpretable data from an NGS workflow is largely determined before you begin.

            Here are nine questions we think about, in roughly the order they matter, before...
            06-18-2026, 07:11 AM

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by SEQadmin2, Yesterday, 11:08 AM
          0 responses
          6 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 06-30-2026, 05:37 AM
          0 responses
          11 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 06-26-2026, 11:10 AM
          0 responses
          19 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 06-17-2026, 06:09 AM
          0 responses
          53 views
          0 reactions
          Last Post SEQadmin2  
          Working...