I am not sure to understand what do you mean with
may be sing FPKM data when conducting the differential expression analysis
I used this command line in ballgown:
results_genes = stattest(bg, feature="gene",
covariate="Tissue", getFC=TRUE,
meas="FPKM")
In DESeq2, I didn't use lfcShrink(), but I used betaPrior=TRUE. In your post, if I understand well, you say that lfcShrink() is usefull when replicates badly group ?
Two things: 1) two completely different statistical frameworks, 2) two different pval cutoffs. Hope the one you used for Ballgown is FDR-adjusted. if so, why 0.05 there and 0.01 in DESeq?
I agree for point 1), but even if the statistical methods are different I expect approximately the same results no ?
For point 2) I edit my post thanks !
Hi, I am wondering if you have solved this issue. I am getting the same problem that ballgown gave significant less DF genes compared to DESeq2. It might not be the "FPKM" as my tophat-cufflink-cuffdiff produces the similar result as DESeq2. Thank you!@
Please use
Add commentrather than the answer field for comments. Is there any specific reason you use ballgown rather than DESeq2 or edgeR?corend, if you could follow up with ATpoint, that would be great. Also, one should never expect that these programs produce the same results.
In addition (and sorry if I revive a zombie-post), I think that the correct way to perform the analysis with ballgown would be to set
libadjustto FALSE, otherwise you will get FPKM (which already normalize somehow for the success of a sequencing run) that are then scaled as (quoting the manual) "the sum of the sample’s log expression measurements below the 75thpercentile of those measurement".