Hi there,
I want to fully disclose that I have practically 0 bioinformatics experience and coding in R or any language for that matter. But I think perhaps I can still be aided in my issue.
I have been given the RPKM data as well as the p-value numbers and the corrected p-value. My lab has received RNAseq data, and I have been asked to run GSEA on it. I have managed to get GSEAPreranked going and the enrichment plots look for the most part normal.
The issue I'm having is that many of the p-values have come up as 0, and after correction are 0 still. So when I am making my ranking list, and taking the inverse of the p-value which I have read to do, I get this error saying i cannot divide by zero.
Now I am assuming that this is because the calculated p-value that was computed was just very small when the bioinformatics group ran our samples, and the software has just rounded down those numbers to 0. When comparing the two RPKM values this looks to support my assumption, as the difference between the two is often over 1000 fold.
For someone with almost no coding experience, would it be possible to use excel to recalculate the p-values from the RPKM numbers? Or can I somehow use R in a relatively easy way for the same purpose?
de rpkm rnaseq r