R package for genotyping Structural Variants from single-cell Strand-seq data.
Collaborators: Maryam Ghareghani, David Porubsky, Ashley D. Sanders, Sasha Meiers, Venla Kinanen
To install the development version from Github, follow the steps given below. The installation has only been tested on Linux system so far, if you need to install on Windows or Mac additional steps might be necessary (e.g. installation of Rtools from https://cran.r-project.org/bin/windows/Rtools/)
-
Install a recent version of R (>=3.3.0) from https://www.r-project.org/
-
Optional: For ease of use, install Rstudio from https://www.rstudio.com/
-
Open R and install all dependencies. Please ensure that you have writing permissions to install packages. Execute the following lines one by one:
install.packages("devtools") library(devtools) install_github("https://github.com/friendsofstrandseq/MaRyam") Or alternatively if the above line doesn't work: install_git("git://github.com/friendsofstrandseq/MaRyam.git", branch = "master")
- Start Rstudio or R console
- Load MaRyam package: library('MaRyam')
- Run MaRyam: SVcalling.wrapper.func(...)
If you encounter errors of any kind, please report an issue here.