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
    Latest Developments in Precision Medicine
    by seqadmin



    Technological advances have led to drastic improvements in the field of precision medicine, enabling more personalized approaches to treatment. This article explores four leading groups that are overcoming many of the challenges of genomic profiling and precision medicine through their innovative platforms and technologies.

    Somatic Genomics
    “We have such a tremendous amount of genetic diversity that exists within each of us, and not just between us as individuals,”...
    05-24-2024, 01:16 PM
  • 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...
    05-06-2024, 07:48 AM

ad_right_rmr

Collapse

News

Collapse

Topics Statistics Last Post
Started by seqadmin, 06-03-2024, 06:55 AM
0 responses
12 views
0 likes
Last Post seqadmin  
Started by seqadmin, 05-30-2024, 03:16 PM
0 responses
26 views
0 likes
Last Post seqadmin  
Started by seqadmin, 05-29-2024, 01:32 PM
0 responses
29 views
0 likes
Last Post seqadmin  
Started by seqadmin, 05-24-2024, 07:15 AM
0 responses
215 views
0 likes
Last Post seqadmin  
Working...
X