Entering edit mode
5.9 years ago
jon.brate
▴
310
On the server I use it is not so easy to install the necessary R packages when using R --vanilla
, so I can't run the Trinity perl scripts which uses R for differential gene expression and visualizations (basically everything described here). Anyone have access to the different RScripts files which are generated by Trinity?
Thanks,
Jon
You can always install a local R via
conda
to have full control over your environment.Thanks, I began installing a local copy of Trinity (on my Macbook), but I had problems compiling it so I stopped. Any experience installing Trinity locally?
With conda, there is no compilation. It is a package manager that takes full care of all dependencies, fetching pre-compiled binaries.
Which Rscript do you need? Did you look at github? Here the R scripts for DE analysis.
Thanks, I found those, but I was actually looking for the R commands which are generated with the different perl scripts under the Differential Genexpression (I think a file called RScript is generated after running the perl script). These are no magic commands, but I am just interested in learning how to use DESeq2 to generate the different plots.