Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Combining RNA-seq datasets

    I searched a lot of threads here and elsewhere without finding anything exactly like this.

    I have two RNA-seq datasets from different dates and different platforms. Split between them are 4 groups (normal and 3 stages of cancer). This is the distribution:

    Set 1
    1x normal
    2x stage 1
    3x stage 2
    7x stage 3

    Set 2
    2x normal
    2x stage 1
    2x stage 2
    2x stage 3

    We want to combine the datasets and make comparisons between the groups for differential expression. So far, I've tried:

    -Combine all FPKM values into 1 table
    -Run ComBat on the table, specifying dataset as batch and stage as a covariate
    -Skipped voom() since they are not raw counts and log2 converted the ComBat output for limma.
    -Run lmFit, contrasts.fit, and eBayes from limma on the converted output.

    My questions/confusion is over:

    1. Should I be using FPKM values or the raw counts for this, given the two datasets and need for batch removal?

    2. What is the best way to run limma on the ComBat output without conversion through voom()?

    3. Are there any other glaring problems with this approach?

    Thanks!

  • #2
    Hi -
    Were you able to find a solution to this problem?

    Comment


    • #3
      This is actually a very common type of RNA-seq analysis where we combine two datasets. You can run voom and limma on the raw counts, as you would for any analysis. When you form the design matrix, include a term for the batch effect like this:

      design <- model.matrix(~Stage+Set)

      Here Set is the batch factor taking values "Set1" and "Set2" and Stage is the experimental factor taking values "Normal", "Stage1", "Stage2" and "Stage3".

      This is very standard type of analysis. There is no need for any external batch correction such as Combat.

      Comment


      • #4
        Hi Gordon- Thanks for your reply.
        I am a beginner in this. I know how to use DESeq2 to analyze RNASeq data from tables generated by summarizeOverlaps function. I was wondering how would your suggestion be implemented in this.
        Hussein

        Comment


        • #5
          Originally posted by Gordon Smyth View Post
          This is actually a very common type of RNA-seq analysis where we combine two datasets. You can run voom and limma on the raw counts, as you would for any analysis. When you form the design matrix, include a term for the batch effect like this:

          design <- model.matrix(~Stage+Set)

          Here Set is the batch factor taking values "Set1" and "Set2" and Stage is the experimental factor taking values "Normal", "Stage1", "Stage2" and "Stage3".

          This is very standard type of analysis. There is no need for any external batch correction such as Combat.
          I have been using limma for a while now, but I am also a bit unsure about the syntax of the model.matrix command when it comes to batch effects, random effects, paired design, etc.

          If I understood correctly, then I don't need to use any special command like removeBatchEffect() ? I see this command come up on some Bioconductor threads when I google. But I no longer see it in the limma manual. Is this now deprecated?

          Thank you for talking the time to answer my question.

          Comment


          • #6
            Originally posted by NGSfan View Post
            If I understood correctly, then I don't need to use any special command like removeBatchEffect() ? I see this command come up on some Bioconductor threads when I google. But I no longer see it in the limma manual. Is this now deprecated?
            Type ?removeBatchEffect to read the documentation page. The documentation page explains that it is used to make unsupervised plots rather than for differential expression analyses.

            This is the way that removeBatchEffect has always been treated. It has not been removed from any documentation.
            Last edited by Gordon Smyth; 01-29-2015, 10:06 PM. Reason: minor grammar improvement

            Comment

            Latest Articles

            Collapse

            • seqadmin
              Quality Control Essentials for Next-Generation Sequencing Workflows
              by seqadmin




              Like all molecular biology applications, next-generation sequencing (NGS) workflows require diligent quality control (QC) measures to ensure accurate and reproducible results. Proper QC begins at nucleic acid extraction and continues all the way through to data analysis. This article outlines the key QC steps in an NGS workflow, along with the commonly used tools and techniques.

              Nucleic Acid Quality Control
              Preparing for NGS starts with isolating the...
              02-10-2025, 01:58 PM
            • seqadmin
              An Introduction to the Technologies Transforming Precision Medicine
              by seqadmin


              In recent years, precision medicine has become a major focus for researchers and healthcare professionals. This approach offers personalized treatment and wellness plans by utilizing insights from each person's unique biology and lifestyle to deliver more effective care. Its advancement relies on innovative technologies that enable a deeper understanding of individual variability. In a joint documentary with our colleagues at Biocompare, we examined the foundational principles of precision...
              01-27-2025, 07:46 AM

            ad_right_rmr

            Collapse

            News

            Collapse

            Topics Statistics Last Post
            Started by seqadmin, 02-07-2025, 09:30 AM
            0 responses
            68 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 02-05-2025, 10:34 AM
            0 responses
            108 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 02-03-2025, 09:07 AM
            0 responses
            83 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 01-31-2025, 08:31 AM
            0 responses
            47 views
            0 likes
            Last Post seqadmin  
            Working...
            X