differential expression analysis-- paired-end and single-end
1
0
Entering edit mode
7.7 years ago
Jennifer • 0

Is it possible to compare gene expressions of two types of sequencing data, i.e. treated samples that are paired-end 50bp and untreated samples that are single-end 40bp? My idea is to get read counts from HTSeq-count, followed by DESeq2. HTSeq-count counts paired-end data as read pairs, therefore an aligned paired-end reads will only be counted as one. Because of this, I think I can do DE with paired end vs single end data?

Thanks! Jenn

RNA-Seq • 2.6k views
ADD COMMENT
1
Entering edit mode
7.7 years ago

The paired-end reads should be counted only ones as one fragment.

You can include the library type in the design formula in DESeq2/edgeR. Something like design <- model.matrix(~libType+treat) in DESeq2

Otherwise, you can also use RUVSeq or other tools to remove any "batch" effects because of the lib type.

ADD COMMENT

Login before adding your answer.

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