DESeq2 for DE analysis of proteins
1
0
Entering edit mode
9 weeks ago
4732b159 • 0

Hello, Does anyone use DESeq2 for differential expression of "proteins" (data is an expression count matrix of proteins), and have suggestions on whether suitability/limitations of the package etc.? Thanks!

proteomics DESeq2 • 567 views
ADD COMMENT
0
Entering edit mode
8 weeks ago
dsull ★ 6.8k

What do your protein values look like? If they are intensity values rather than whole number values, why not use limma as many people do?

DESeq2 depends on whole number counts being negative binomially distributed.

ADD COMMENT
0
Entering edit mode

Thanks for your response, could you please elaborate what you mean?

ADD REPLY
0
Entering edit mode

If your protein "counts" look like:

Protein A: 0.4 Protein B: 4.583 Protein C: 3.582 Protein D: 2.492

Then you CAN'T use DESeq2 (see the decimals; they aren't whole numbers, they are CONTINUOUS numbers).

Just use the limma package for your DE analysis.

ADD REPLY
0
Entering edit mode

Oh I see what you mean now, yes my data consists of whole numbers as expression counts.

ADD REPLY
0
Entering edit mode

DESeq2 requires the data being expressed according to a binomial negative.

ADD REPLY
0
Entering edit mode

Correct, and if it's whole numbers, check if it obeys that distribution; e.g. make a mean vs. variance plot.

ADD REPLY

Login before adding your answer.

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