![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
DESeq-biological replicates differ between groups | pmgr | Bioinformatics | 0 | 07-15-2013 05:52 AM |
Using DESeq with Biological Replicates with Different RNAseq Read Lengths | jbvt | Bioinformatics | 3 | 05-21-2013 08:34 AM |
DESeq and technical replicates | tamari | Bioinformatics | 0 | 10-17-2012 05:52 AM |
many biological replicates - 'traditional' statistics vs Cuffdiff or DESeq/edgeR? | sjm | RNA Sequencing | 0 | 03-31-2012 09:42 AM |
DESeq without biological replicates (dataset: Marioni et al.) | Andrea Apolloni | Bioinformatics | 3 | 01-13-2012 05:58 AM |
![]() |
|
Thread Tools |
![]() |
#1 |
not just another member
Location: Belgium Join Date: Aug 2010
Posts: 264
|
![]()
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 : Sample Condition Stranded ReplicateGroup A.1 Ctrl No A B.1 Treated No B C.1 Treated No C A.2 Ctrl Yes A B.2 Treated Yes B B.3 Treated Yes B D.1 Treated Yes D Code:
cdsFull = newCountDataSet( countTable, designTable ) cdsFull = estimateSizeFactors( cdsFull ) cdsFull = estimateDispersions( cdsFull ) But now I don't know how to fit a model o like that ? Code:
fit1 = fitNbinomGLMs( cdsFull, count ~ Condition + Stranded + ReplicateGroup ) fit0 = fitNbinomGLMs( cdsFull, count ~ Condition ) pvalsGLM = nbinomGLMTest( fit1, fit0 ) padjGLM = p.adjust( pvalsGLM, method="BH" ) Thanks a lot in advance N. |
![]() |
![]() |
![]() |
Tags |
deseq |
Thread Tools | |
|
|