A collection of functions which make it easy to access the files and objects created by the sea-snap DE pipeline.
Why Rseasnap:
- shortcuts for accessing pipeline objects
- produce plots on the fly
- easier to work with multiple pipelines
Why not part of sea-snap distribution (e.g. as R scripts):
- better documentation
- can be used for other tasks as well
- easier to maintain
You can install the current version of Rseasnap as follows:
library(devtools)
install_github("bihealth/Rseasnap")
Alternatively, clone the git repo and install from the clone directory, e.g.
system("git clone [email protected]:bihealth/Rseasnap.git")
devtools::install_git("Rseasnap")