R Package for phasing of single cell Strand-seq data
Collaborators: David Porubsky, Ashley D. Sanders
Under the development.
To install the development version from Github, follow the steps given below. The installation has only been tested on Ubuntu 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/)
#### To install required packages if (!requireNamespace("BiocManager", quietly=TRUE)) install.packages("BiocManager") install("GenomicRanges") install("GenomicAlignments") install.packages("devtools") library(devtools)
More information on how to use StrandPhaseR for phasing can be found here.
If you encounter errors of any kind, please report an issue here.
The developemtal (branch 'devel') version of StrandPhaseR includes recent unpublished work. To avoid any conflict of interest please consult usage for publication with the author.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.