How to get the expression of sample combined the biological replicates in DESeq2?
0
0
Entering edit mode
4.4 years ago
rysterzhu • 0

I have the data of 2 sample, and each sample has 3 replicates RNA-seq.

design = ~ replicate + sample.
i.e.
ddsMatrix <- DESeqDataSetFromMatrix(countData = featureCounts, colData = sampleTable, design = ~ replicate + sample)
dds <- DESeq(ddsMatrix)
res <- results(dds)
rld <- rlog(dds)

I found that the rlog or VST function only provided the expression of all replicates of samples. And the results provided the mean log2 expresion of all samples. collapseReplicates was used for technical replicates.

Has any function to export the normalized and log2 transformed expression matrix for each sample?

RNA-Seq DESeq2 • 765 views
ADD COMMENT
0
Entering edit mode

Please be more specific. Show which samples you have, how they compare to each other in terms of replication and what the expected output would be (please show output examples, not just text). What is the difference replicate and sample in the design formula?

ADD REPLY

Login before adding your answer.

Traffic: 1255 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6