Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • DESeq2 LRT insights

    Hi,
    We're working on a RNA binding protein and want to figure out if it binds different RNAs in 2 different conditions. We did an immunoprecipitation (IP) for the protein and prepared the RNA that was linked to the protein for sequencing. Eventually we have 4 libraries: total RNA in condition A, RNAs in IP in condition A, total in condition B and IP in condition B.
    I want to know which RNAs are more (or less) in the IP in condition A vs. B normalized by the total RNA in these conditions. I used LRT of DESeq2 like this:
    ddseq <- DESeq(ddseq, test="LRT", full=~group+condition, reduced=~group)
    where group is IP and total and condition is condition A and B. This should tell me if the condition influence the ratio between IP and Total.
    What I'm missing is the size of the effect. I can get the p-value from the results but I couldn't figure out how to see the effect of condition a vs B on the IP/Total. I'd appreciate your help.
    Thanks

  • #2
    hi Asaf,

    The effect size is the column log2FoldChange in the results table. You can get more information on columns in the results table by inspecting the metadata columns:

    mcol(res, use.names=TRUE)

    Comment


    • #3
      Thanks Mike, it's much clearer now.
      However, after doing some thinking since I wrote the first post I now think that the formula should be:
      full=~group+condition+group:condition, reduced=~group+condition
      if I really want to test if the condition has an effect on IP/Total. Am I correct?

      Comment


      • #4
        Yes, sorry I skimmed the original post and just answered the question about the results table. You're right that you need to fit an interaction model and test the interaction term in order to test the ratio of ratios: IP/control / IP/control.

        But it appears you don't have biological replicates to fit the model with an interaction. The model with an interaction has four terms:

        intercept + group effect + condition effect + group:condition effect

        And you have only 4 samples if I read correctly. So there are no residual degrees of freedom to estimate the within-group variance. Is it possible to perform more replicates of some groups in the experiment to observe the variability within group and condition? At the least you could replicate one or both of the IPs?

        Comment


        • #5
          Thanks again,
          We have 2 replicates of all 4 libraries so we should have enough, I do get significant genes (13) and some of them even makes sense biologically .

          Comment

          Latest Articles

          Collapse

          • seqadmin
            Essential Discoveries and Tools in Epitranscriptomics
            by seqadmin




            The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
            04-22-2024, 07:01 AM
          • 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

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by seqadmin, Yesterday, 08:47 AM
          0 responses
          14 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-11-2024, 12:08 PM
          0 responses
          60 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-10-2024, 10:19 PM
          0 responses
          60 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-10-2024, 09:21 AM
          0 responses
          54 views
          0 likes
          Last Post seqadmin  
          Working...
          X