Skip to content

bihealth/Rseasnap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rseasnap

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

Installation

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")

About

Uncomplicated access to sea-snap objects from R

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published