The bioinformatics paper reappears, but the results are significantly different from the original results. I'm a newbie and just started doing bioinformatics analysis, so there's a lot I don't know. The following is my entire process, but the result is very different from the original article. I would like to ask here, is there something I did not do well or is there something wrong? I hope you seniors can give me some opinions and suggestions!
Here, the analysis of RNA-seq and DAP-seq data from this article is replicated. The data files and code are available in GitHub.
Different pipelines will inherently yield different results but what you mean with "very different results" need be to clarified. There is no information on the alignment process used in the article so this is a first discrepancy that could yield some variation with your results. But above all, you applied DESeq2 while they used DEGseq, two packages that rely on different assumptions and statistical methods to identify DEGs, so it is certain it will yield different DEGs. As the process given in the article is impossible to 100% reproduce, are your results still in accordance with the results obtained with your method ? Maybe the number of DEGs is highly different but the main conclusions (top DEGs, main pathways modified) may be the same ?
The joys of trying to replicate reported results. I've never managed to replicate a result 100%. Usually, it's an acceptable level of variation, or down to vague methods sections that makes it impossible to fully understand what parameters they used.
But it sounds like you've tried and gotten something very different. It's impossible to understand since you haven't shown what they've got and what you've got. Talk to your PI, if it's an important paper and others can't replicate their results at all, then they can make the call to contact the journal.
The original article is here and my process is here.I have contacted the corresponding author and hope that the problem can be solved.
I agree with Basti, and reiterate that you need to show how the results differ as we cannot make comment on the size of the difference without assessing it ourselves.
https://stackoverflow.com/questions/78273233/