Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jbio
    Junior Member
    • Mar 2013
    • 3

    #1

    Nested Multi-Level Model for RNA-Seq Differential Expression

    I have read several other postings regarding nested models, but they did not seem to exactly capture my particular case, and I'm a bit unsure how to proceed with analysis of my model. Any help would be appreciated.

    I have a RNA-Seq read count table with (1) multiple tissues from (2) two species and (3) three replicate individuals from each species.

    In only three of the tissues from only one species, there is a particular Trait we are interested in. The remainder of the tissues from that species and all the tissues from the other species do not exhibit the 'Trait'.
    (Here 'Trait' is a two-level categorical variable). Therefore, the 'Tissue' categories are nested within 'Trait'/non-'Trait'.

    The first analysis I tried was just a simple flat comparison with all tissues that exhibit the 'Trait', compared against those that do not exhibit 'Trait.' This, however, falls prey to the classic fallacy when a nested model should be used, and the flat comparison has inflated P-values. This also led to some situations where very high differentials in one Tissue with 'Trait' would compensate for another Tissue with 'Trait' and no difference at all to the non-'Trait' tissues.

    So far I have been using limma with voom and have tried several models including:

    (1) design <- model.matrix(~0+Trait) using only the 'Trait' coefficient (flat)

    (2) design <- model.matrix(~0+Trait/Tissue) using the 'Trait' and all estimable interaction coefficients

    (3) design <- model.matrix(~0+Tissue) using all pairwise contrasts between 'Trait and 'nonTrait' to calculate an F-statistic

    (3) design <- model.matrix(~0+Tissue) using the contrast (A+B+C)/3 - (D+E+F+G+H+I)/5 where ABC are the 'Trait' and DEFGHI are non-'Trait'

    I have also tried these models with/without the duplicateCorrelation() function.

    What I want is to have a list where (1) all the tissues with 'Trait' and (2) all the replicates within that tissue both consistently show a differential with all non-'Trait' tissues. The flat comparison is the closest, but does not use the 'Tissue' information to make sure all Tissues have high differentials.

    I know from previous postings that most diff. expression software does not explicitly handle mixed or nested models, but if anyone has any tips or has dealt with a similar model, I would appreciate the help. Also, even though I'm currently using limma, I'm perfectly happy to switch if another software will accommodate this model better.

    Thanks,

    J
  • dpryan
    Devon Ryan
    • Jul 2011
    • 3478

    #2
    Most DE packages (limma, edgeR, DESeq2) already use shrinkage, which is also the benefit to using a mixed-effect model. Given that, the most obvious model would simply be ~Trait+Tissue, since it sounds like that's what you actually care about.

    Comment

    • jbio
      Junior Member
      • Mar 2013
      • 3

      #3
      For topTable then, what coefficients would I want to use?

      Comment

      • dpryan
        Devon Ryan
        • Jul 2011
        • 3478

        #4
        Just "Trait".

        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, Yesterday, 07:41 AM
        0 responses
        11 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...