I have a question for deg analysis tools
1
0
Entering edit mode
14 months ago
likeabboo • 0

Hi.

I'm going to do DEG analysis with tmp data that has already been normalized.

I want to use a total of four tools; DESeq2, edgeR, Ballgown, Limma.

But I already knew the raw count data can only be used in DESeq2 and edgeR. And Limma can use tpm data(limma-trend method). Also Ballgown can use fpkm data unless using tablemaker or Stringtie.

Is this the correct content?

edgeR DESeq limma DEG ballgown • 725 views
ADD COMMENT
1
Entering edit mode
14 months ago
ATpoint 82k

edgeR and DESeq2 assume raw counts for which no correction for gene length has been applied so take those out.

ballgown is for transcript rather than gene level analysis, mixing these two concepts up is a common mistake. In fact the entire hisat-stringtie-ballgown pipeline has never been made for DEG analysis and (even by the title of the Nature Protocols paper) is mainly for differential transcript analysis so take it out.

What is left is limma which might be the best choice with normalized data, see https://support.bioconductor.org/p/56275/#56299

My usual word of caution: If you don't have raw counts or raw data to generate those then your analysis is strictly speaking not reproducible and by this imo not publishable.

ADD COMMENT
0
Entering edit mode

Thanks for your answer! :)

Additionaly, I have a one question more... I found a 'ballgownrsem: load RSEM data into a ballgown object' in R package. Do you know it??

If I use it, input data can be rsem normalized data? (not using tablemaker or stringtie)

I'm sorry about a little bit weird my question...

https://rdrr.io/github/alyssafrazee/ballgown/man/ballgownrsem.html

ADD REPLY
1
Entering edit mode

rsem does not normalize data, it's another approach to get raw counts/abundances. I do not know the function. ballgown is still a transcript not gene level tool.

ADD REPLY

Login before adding your answer.

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