screenCounter
Counting Reads in High-Throughput Sequencing Screens
Bioconductor version: 3.23 · Package version: 1.12.0
Provides functions for counting reads from high-throughput sequencing screen data (e.g., CRISPR, shRNA) to quantify barcode abundance. Currently supports single barcodes in single- or paired-end data, and combinatorial barcodes in paired-end data.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("screenCounter") Details
| Maintainer | Aaron Lun <infinite.monkeys.with.keyboards@gmail.com> |
| Author | Aaron Lun [aut, cre] (ORCID: <https://orcid.org/0000-0002-3564-4813>) |
| License | MIT + file LICENSE |
| URL | https://github.com/crisprVerse/screenCounter |
| Bug Reports | https://github.com/crisprVerse/screenCounter/issues |
| System Requirements | C++17, GNU make |
| Downloads rank | 212 |
| Source branch | RELEASE_3_23 |
| biocViews | Alignment, CRISPR, FunctionalGenomics, FunctionalPrediction, Software |
Documentation
Download
Dependencies
Depends: S4Vectors, SummarizedExperiment
Imports: Rcpp, BiocParallel
LinkingTo: Rcpp
Suggests: BiocGenerics, Biostrings, BiocStyle, knitr, rmarkdown, testthat