Hi, everyone.
I have generated gene count tables from Ribo-Seq data across four different treatment conditions using featureCounts, and would like to work out differential gene expression across the four conditions. I had hoped to use DESeq2, but I've found it difficult as I am not sufficiently competent in R yet. Though I will continue to learn R, I'd like to be able to work out my next round of experiments before long. Is there a quicker way to conduct such an analysis, just on the command line perhaps, so I don't have to wait for my R competency to catch up?
Thanks for any help.
What in particular have you been having issues with? DESeq2 is pretty user friendly and your design doesn't seem too complicated. The vignettes are quite good, and there are lots of step by step tutorials out there (like this one and this one).
I am not sure if galaxy is still functional, it uses R scripts behind the scenes, but offers GUI interface for the user.