Which package to use for RPKM/FPKM RNA-seq counts?
2
0
Entering edit mode
6.6 years ago

I have RNA-Seq counts which are FPKM/RPKM normalized. which package in R should i use for Differential gene expression. among many packages which package is better? is DGE using raw count is better or using FPKM/RPKM normalized counst are better ?

Thanks in anticipation.

RNA-Seq • 5.4k views
ADD COMMENT
2
Entering edit mode
6.6 years ago

which package in R should i use for Differential gene expression?

Assuming you mean to do diff.expr. with FPKM, I think Limma does a pretty good job. However ...

among many packages which package is better?

This question I think is hard to answer. The jury is out on this one!

is DGE using raw count is better or using FPKM/RPKM normalized counst are better ?

The author of the FPKM measurements himself called FPKM as "biased" and "wrong". So I would go for raw counts when possible. My pipeline usually includes htseq-count and DESeq2, but other couting programs and other differential expression analysis programs are fine!

ADD COMMENT
0
Entering edit mode

Thanks.. but limma was built for micro-array is it good enough for RNA-seq ?

ADD REPLY
0
Entering edit mode

As far as I know, you can plug FPKM values in.

ADD REPLY
0
Entering edit mode
6.6 years ago
Renesh ★ 2.2k

DESeq2 is a good package for DEG analysis in R. https://bioconductor.org/packages/release/bioc/html/DESeq2.html

If you are using R package for DEG analysis, then go ahead with raw counts. It is not recommended to perform DEG analysis on normalized count using DESeq2 because it performs internal normalization.

ADD COMMENT
0
Entering edit mode

Thankyou so much.. and what about edgeR ?

ADD REPLY

Login before adding your answer.

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