Comparing Gene Expression From Strand-Specific Library And Unstranded Library In Rnaseq
1
1
Entering edit mode
11.4 years ago
camelbbs ▴ 710

As I know, the strand-specific and unstranded library have different counting method, so does that make sense to compare the gene expression (rpkm or rpm) from the strand-specific library and from unstranded library? If yes. which normalization method is better for this. Thanks.

rnaseq strand • 2.9k views
ADD COMMENT
2
Entering edit mode
11.4 years ago

I think you could use a multifactor design with DESeq (R - bioconductor) by specifying a design matrix like that :

Sample    condition    library
A        untreated    unstranded
B       untreated    unstranded
C       treated     unstranded
D       treated     unstranded
E       untreated    stranded
F        untreated    stranded
G        treated     stranded
H        treated     stranded

and with your count matrix :

cdsFull = newCountDataSet( countTable, designMatrix )

after that follow DESeq manual at "Multi Factor Designs" section. http://bioconductor.org/packages/release/bioc/html/DESeq.html

I think edgeR has also this type of feature.

ADD COMMENT

Login before adding your answer.

Traffic: 1029 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