Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • neokao
    Member
    • Mar 2015
    • 30

    #1

    issues of DE genes vs DE transcripts

    I’ve used DESeq, DESeq2 and edgeR for RNAseq DEG analysis (mapped to mouse transcriptome).

    Some little things are really annoying that I thought it should only happen with microarray in the old days.

    For example, I pulled out two RefseqID in my DEGs: NM_001025559 and NM_001025560 (with FDR < 0.05 from all three DESeq, DESeq2 and edgeR packages).
    After I updated them with MGI gene symbol, description, Ensembl gene ID and Entrez Gene ID, it turned out these two RefseqIDs mapped to exact the same MGI gene symbol, description, Ensembl gene ID and Entrez Gene ID.
    I went to NCBI and searched these two RefseqIDs manually and found that they are just two different transcript variants of the same gene.

    I knew for later network analysis, enrichment analysis and pathway analysis, mostly I will need a list of DE genes but not DE transcripts.
    What’s a reasonable way to deal wit this?

    Thanks for your suggestions.
  • dpryan
    Devon Ryan
    • Jul 2011
    • 3478

    #2
    Just quantitate over genes, rather than transcripts. This is simplest with Ensembl's annotation files.

    Comment

    • neokao
      Member
      • Mar 2015
      • 30

      #3
      Originally posted by dpryan View Post
      Just quantitate over genes, rather than transcripts. This is simplest with Ensembl's annotation files.
      Thanks for your reply. Could you shed more light? Do you mean I should use Ensembl annotation file for my reference genome/transcriptome?
      At which step were you suggesting to change?

      I used the UCSC file refMrna.fa as reference transcriptome.
      Then I used bwa for alignment and a perl script to count the reads.

      I finally used the biomaRt package to update my refseqID to MGI symbol, etc.

      useDataset("mmusculus_gene_ensembl",mart=ensembl)

      Thanks.

      Comment

      • dpryan
        Devon Ryan
        • Jul 2011
        • 3478

        #4
        Ah, ditch UCSC and transcriptome alignments. The best method for RNAseq data is to use STAR or HISAT (or tophat2 if you enjoy wasting time) and align to the genome. These tools can be supplied with an annotation file (GTF or GFF format). The resulting SAM/BAM file can then be processed with featureCounts to produce gene-level counts. This is the process I personally use for my mouse datasets and it works quite well. I recommend Ensembl's reference sequence and annotation files, they're more convenient than UCSC's.

        Comment

        • neokao
          Member
          • Mar 2015
          • 30

          #5
          I thought STAR is adapted to align long reads. Mine are short reads. I guess I might be wrong.
          Regarding the Ensembl reference genome/transcriptome for mouse RNAseq, is the Mus_musculus.GRCm38.79.gtf.gz the right one to use for now?

          Thanks.

          Comment

          • dpryan
            Devon Ryan
            • Jul 2011
            • 3478

            #6
            STAR work great with short reads, even small RNAs (e.g. miRNAs).

            Edit: Yes, that's the correct file. Get the fasta file too, since chromosome names differ between Ensembl and UCSC.

            Comment

            • neokao
              Member
              • Mar 2015
              • 30

              #7
              Originally posted by dpryan View Post
              STAR work great with short reads, even small RNAs (e.g. miRNAs).

              Edit: Yes, that's the correct file. Get the fasta file too, since chromosome names differ between Ensembl and UCSC.
              Thanks dpryan. I finally did it with STAR and featurecounts.
              I have some following questions posted with a different topic.

              Comment

              Latest Articles

              Collapse

              • SEQadmin2
                Beyond CRISPR/Cas9: Understand, Choose, and Use the Right Genome Editing Tool
                by SEQadmin2



                CRISPR/Cas9 sparked the gene editing revolution for both research and therapeutics.1 But this system still showed severe issues that limited its applications. The most prominent were the heavy reliance on PAM sequences, delivery limitations, double-stranded breaks that prompt unintended edits and cell death, and editing inefficiency (both in targeting and in knock-in reliability).

                Despite this, “CRISPR helped turn genome editing from a specialized technique into
                ...
                07-31-2026, 11:01 AM
              • SEQadmin2
                Proteomic Platforms: How to Choose the Right Analytical Strategy to Improve Detection and Clinical Applications
                by SEQadmin2


                Proteomics platforms are evolving rapidly, with advances in mass spectrometry and affinity-based approaches expanding what researchers can detect and at what scale. As the field moves toward deeper proteome coverage and clinical applications, scientists face an increasingly complex landscape of tools. This article will explore how researchers are navigating these choices to find the right platform for their work.

                The systematic characterization of the human proteome has
                ...
                07-20-2026, 11:48 AM
              • 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

              ad_right_rmr

              Collapse

              News

              Collapse

              Topics Statistics Last Post
              Started by SEQadmin2, Today, 07:41 AM
              0 responses
              9 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 08-03-2026, 10:13 AM
              0 responses
              25 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 07-31-2026, 02:55 AM
              0 responses
              38 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 07-24-2026, 12:17 PM
              0 responses
              25 views
              0 reactions
              Last Post SEQadmin2  
              Working...