Name Mode Size
.github 040000
R 040000
inst 040000
man 040000
src 040000
tests 040000
vignettes 040000
.Rbuildignore 100644 0 kb
.gitignore 100644 0 kb
DESCRIPTION 100644 1 kb
LICENSE.md 100644 33 kb
NAMESPACE 100644 1 kb
NEWS.md 100644 1 kb
README.md 100644 1 kb
_pkgdown.yml 100644 0 kb
README.md
# posDemux <!-- badges: start --> <!-- badges: end --> The goal of posDemux is to provide tools for tools for handling reads with combinatorial barcodes, and multiple adapter regions. This includes utilities for demultiplexing, sequence segmenting and filtering. The package is intended to work with single-cell RNA-seq data with multiple barcoding (e.g. SPLiT-seq and PETRI-seq). ## Installation You can install the development version of posDemux from [GitHub](https://github.com/) with: ``` r # install.packages("devtools") devtools::install_github("yaccos/posDemux") ``` ## Usage Please see the package [vignettes](https://yaccos.github.io/posDemux/). ## Issues Please use the repository's issue tracker if you cannot make the package work or if you have suggestions for improvements.