Can transcripts per million be fed into edgeR and voom?
1
0
Entering edit mode
3.7 years ago
joetaylor268 ▴ 20

Hello!

I am fairly new to processing RNAseq data, my current pipeline feeds counts per million (CPM) into edgeR and perform voom transformation (limma package).

My question is whether this same pipeline can be applied to TPM rnaseq counts?

Many thanks

RNA-Seq R edgeR limma • 2.7k views
ADD COMMENT
0
Entering edit mode

You are giving something other than raw read counts to EdgeR?

ADD REPLY
0
Entering edit mode

Apologies, I feed counts into edgeR and then do Voom to get logCPM (limma-trend for differential). I am wondering if the last steps of this pipleine (limma-trend) can be used for logTPM?

ADD REPLY
2
Entering edit mode
3.7 years ago
h.mon 35k

No, neither TPM nor CPM should be fed into edgeR or voom, both expects raw counts, as library sizes are used in the normalization process.

For example, the voom manual states:

Description:

     Transform count data to log2-counts per million (logCPM), estimate
     the mean-variance relationship and use this to compute appropriate
     observation-level weights. The data are then ready for linear
     modelling.

Usage:

     voom(counts, design = NULL, lib.size = NULL, normalize.method = "none",
          block = NULL, correlation = NULL, weights = NULL,
          span = 0.5, plot = FALSE, save.plot = FALSE)

Arguments:

  counts: a numeric ‘matrix’ containing raw counts, or an
          ‘ExpressionSet’ containing raw counts, or a ‘DGEList’ object.
          Counts must be non-negative and NAs are not permitted.
ADD COMMENT
0
Entering edit mode

I think I understand correctly now. I think I will need to log transform the TPM values. Quick question: Can these logTPM be fed into Limma for differential analysis? This is what I currently do for logCPM (from voom). Many thanks for your help

ADD REPLY
1
Entering edit mode

The fact that limma and EdgeR can transform counts into something else does not mean that they want transformed data as input.

ADD REPLY
1
Entering edit mode

The answer is No. You can not use anything related to rpkm, fpkm or tpm for differential expression analysis. Even if they are in raw, normalized or log transformed.

ADD REPLY

Login before adding your answer.

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