![]() |
Biological and technical replicates in expression analysis (DESeq)
Hi,
I've to analyze several RNA-Seq samples. I've samples from several runs, unstraned and straned, and several samples sequenced multiple times ( using different library kit ). I used htseq-count to have the read counts and want now to use DESeq to check for differential expression. So I've biological replicates and technical replicates (same sample sequences several times using a different lib kit. Is that correct ?). So I did a design matrix. In my example, A.1 means sample A, sequencing 1. A.2 : sample A, sequencing 2,... So A is sequenced two times (One unstranded, one stranded), B three times (One unstranded, two stranded), C one time (one unstraned) and D one time (one stranded). ReplicateGroup is used to put together technical replicates. Code:
designTable : Code:
cdsFull = newCountDataSet( countTable, designTable ) like that ? Code:
fit1 = fitNbinomGLMs( cdsFull, count ~ Condition + Stranded + ReplicateGroup ) Thanks a lot in advance N. |
All times are GMT -8. The time now is 10:04 PM. |
Powered by vBulletin® Version 3.8.9
Copyright ©2000 - 2021, vBulletin Solutions, Inc.