Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • sindrle
    Senior Member
    • Aug 2013
    • 266

    Error when getting rRNA and tRNA rmask table from UCSC

    Im trying to get a GTF with rRNA and tRNA for mm10, as input for --mask-file for Cufflinks.

    I chose the rmask table for mm10, filter for "repClass," type rRNA "OR" repClass = "tRNA"

    I get this error:

    ---------------------------------------------------------------------------
    Can't start query:
    select genoStart,genoEnd,repName,swScore,strand from rmsk where genoName='chr1' and (rmsk.repClass = 'tRNA' OR (rRNA))

    ---------------------------------------------------------------------------
    ---------------------------------------------------------------------------
    mySQL error 1054: Unknown column 'rRNA' in 'where clause' (profile=<noProfile>, host=mysqlrr, db=mm10)
    ---------------------------------------------------------------------------


    Any help?
  • GenoMax
    Senior Member
    • Feb 2008
    • 7142

    #2
    Alternatively, get the mm10 GTF from Ensembl: ftp://ftp.ensembl.org/pub/release-75...Cm38.75.gtf.gz

    Grep out the sections you need

    Code:
    $ cat Mus_musculus.GRCm38.75.gtf | grep "rRNA"

    Comment

    • sindrle
      Senior Member
      • Aug 2013
      • 266

      #3
      How would that work if I wanted the whole chrMT instead?

      Btw, I use the iGenomes UCSC mm10 GTF, but maybe its the same.

      Comment

      • GenoMax
        Senior Member
        • Feb 2008
        • 7142

        #4
        Originally posted by sindrle View Post
        How would that work if I wanted the whole chrMT instead?

        Btw, I use the iGenomes UCSC mm10 GTF, but maybe its the same.
        Try this (should include MT). Any GTF file you wish to use should work. Adjust grep terms as needed.

        Code:
        $ grep -w 'rRNA\|Mt_tRNA\|MT' Mus_musculus.GRCm38.75.gtf > mask_file.gtf
        OR

        Code:
        $ egrep -wi 'rRNA|Mt_tRNA|MT' Mus_musculus.GRCm38.75.gtf > mask_file.gtf

        Comment

        • sindrle
          Senior Member
          • Aug 2013
          • 266

          #5
          Thank you very much. Oddly I get empty outputs.

          When I open mm10 GTF in textedit I cant find chrM. Cant find any rRNA or tRNA as well.

          Comment

          • GenoMax
            Senior Member
            • Feb 2008
            • 7142

            #6
            At least the Ensembl version of the GTF I linked above has "MT" (not chrM) as the designation. I also see rRNA and Mt_tRNA in that file.

            Are you using the GTF from iGenomes site?

            Comment

            • sindrle
              Senior Member
              • Aug 2013
              • 266

              #7
              Yes I am using iGenomes.

              Comment

              • GenoMax
                Senior Member
                • Feb 2008
                • 7142

                #8
                UCSC mm10 GTF from iGenomes appears to be very different than the Ensembl GRCm38 linked above. For one it does not seem to have any chrM annotations. I am getting the Ensembl one from iGenomes and will look at it later today.

                Comment

                • sindrle
                  Senior Member
                  • Aug 2013
                  • 266

                  #9
                  Great! Thank you.

                  Comment

                  • GenoMax
                    Senior Member
                    • Feb 2008
                    • 7142

                    #10
                    Ensembl mm10 GTF file from iGenomes has annotations for rRNA, Mt_tRNA, MT.

                    Comment

                    • sindrle
                      Senior Member
                      • Aug 2013
                      • 266

                      #11
                      Thanks a lot. Ill try some AWK or grep and see if I can get them out.

                      Comment

                      • sindrle
                        Senior Member
                        • Aug 2013
                        • 266

                        #12
                        Any chance you know what they are called in the iGenomes UCSC mm10?

                        Comment

                        Latest Articles

                        Collapse

                        • SEQadmin2
                          Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
                          by SEQadmin2



                          Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
                          ...
                          07-09-2026, 11:10 AM
                        • SEQadmin2
                          Cancer Drug Resistance: The Lingering Barrier to Rising Survival
                          by SEQadmin2



                          Cancer survival rates have significantly increased in the last few decades in the United States, reaching a combined 70% 5-year survival rate by 2021. Behind this number, there are years of research to find new therapies, drug targets, and early detection methods. But there is one core challenge that keeps slowing down these advances, and it’s about drug resistance.

                          There is no single reason why many patients don’t respond to treatment as expected. Cancer is...
                          07-08-2026, 05:17 AM
                        • 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

                        ad_right_rmr

                        Collapse

                        News

                        Collapse

                        Topics Statistics Last Post
                        Started by SEQadmin2, Yesterday, 10:26 AM
                        0 responses
                        14 views
                        0 reactions
                        Last Post SEQadmin2  
                        Started by SEQadmin2, 07-09-2026, 10:04 AM
                        0 responses
                        26 views
                        0 reactions
                        Last Post SEQadmin2  
                        Started by SEQadmin2, 07-08-2026, 10:08 AM
                        0 responses
                        16 views
                        0 reactions
                        Last Post SEQadmin2  
                        Started by SEQadmin2, 07-07-2026, 11:05 AM
                        0 responses
                        33 views
                        0 reactions
                        Last Post SEQadmin2  
                        Working...