Prokaryotic RNA-seq / Mixing IonTorrent and Illumina data
1
0
Entering edit mode
8.6 years ago
caramba • 0

I have sequenced RNA from a bacterial culture grown under different conditions. The control sample was sequenced with IonTorrent, the other three other treatments were sequenced with Illumina HiSeq. Both samples were rRNA depleted before sequencing. I'd like to use TMM-normalized CPM to compare expression of different genes of interested due to not having replicates. Is that ok in principle or would there be a more suitable approach?

I noticed that many reads from IonTorrent data map to small RNA (5S, tRNA) which isn't the case for the Illumina data. As far as I understand, CPM normalizes by the total read count that mapped and would lead to a significant bias between IonTorrent and Illumina dat, correct? Any advice on how I could deal with this?

Thanks.

RNA-Seq • 2.1k views
ADD COMMENT
2
Entering edit mode
8.6 years ago

Comparing RNA-seq results from two different platforms is not the ideal case at all but I suppose you don't have a choice here.

A possible approach would be to compute read counts per genes using HTseq-counts or featureCounts omitting features shorter than a reasonable treshold (like 500 bp), then to normalize according to that distribution (DESeq does that with quantile normalization, edgeR with TMM-normalization).

ADD COMMENT

Login before adding your answer.

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