Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Variance modelling in DESeq2

    Hi there,

    My apologies if this is a stupid question. I've just moved into RNA-seq analysis, and am trying to figure out some issues.

    I'm working with a sub-optimal design (the sequencing was done prior to me coming on to this project). I have bone marrow that have been differentiated in two different medias. I have sequence data for three passages of each, and want to compare how close the differentiated cells look between the culture conditions. Effectively I think this means I no biological replicates (but with three technical replicates assuming the effect of passaging is negligible), which I know means I should be weary of any stats I get. I also have some controls samples with biological replicates. All of the samples were sequenced to a depth of ~30 million reads, except for one which had >200 million reads (assuming our sequencing vendor mis-quantified this sample).

    When I perform a PCA using DESeq2, all samples cluster pretty closely together, and away from the controls. Our collaborator performed the same analyses using the limma/Voom pipeline and found that the sample with >200 million reads did not cluster with everything else. This only seemed to occur after TMM normalization (without TMM, our data matches).

    I'm now not sure if my analysis is correct. Does DESeq2 normalize the data in a fashion similar to TMM? If so is this 'baked in', or should I be calling a particular function. I tried using estimateSizeFactors(dds), which adds a 'normalizationFactors' assay, but it doesn't seem to affect the rlogged data I'm using to generate the PCA.

    I also tried to recapitulate the variance plots (Fig 4. from the vignette), but sizeFactors(dds) returns NULL, and I'm not sure what to use to generate values for this attribute.

    These data are Salmon-aligned, and imported in to DESeq2 with:

    Code:
    txi <- tximport(files, type="salmon", tx2gene=t2g)
    dds <- DESeqDataSetFromTximport(txi, sampleTable, ~condition)
    dds <- estimateSizeFactors(dds)
    rld <- rlog(dds, blind=FALSE)
    plotPCA(rld, intgroup=c("condition", "passage" ))
    Any suggestions or help would be greatly appreciated!

    Thanks!

Latest Articles

Collapse

  • seqadmin
    Recent Advances in Sequencing Analysis Tools
    by seqadmin


    The sequencing world is rapidly changing due to declining costs, enhanced accuracies, and the advent of newer, cutting-edge instruments. Equally important to these developments are improvements in sequencing analysis, a process that converts vast amounts of raw data into a comprehensible and meaningful form. This complex task requires expertise and the right analysis tools. In this article, we highlight the progress and innovation in sequencing analysis by reviewing several of the...
    Yesterday, 07:48 AM
  • 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

ad_right_rmr

Collapse

News

Collapse

Topics Statistics Last Post
Started by seqadmin, Yesterday, 07:17 AM
0 responses
11 views
0 likes
Last Post seqadmin  
Started by seqadmin, 05-02-2024, 08:06 AM
0 responses
19 views
0 likes
Last Post seqadmin  
Started by seqadmin, 04-30-2024, 12:17 PM
0 responses
20 views
0 likes
Last Post seqadmin  
Started by seqadmin, 04-29-2024, 10:49 AM
0 responses
28 views
0 likes
Last Post seqadmin  
Working...
X