- Home
- Bioconductor 3.23
- Software Packages
- amplican (development version)
amplican
This is the development version of amplican; for the stable release version, see amplican.
Automated analysis of CRISPR experiments
Bioconductor version: Development (3.23)
`amplican` performs alignment of the amplicon reads, normalizes gathered data, calculates multiple statistics (e.g. cut rates, frameshifts) and presents results in form of aggregated reports. Data and statistics can be broken down by experiments, barcodes, user defined groups, guides and amplicons allowing for quick identification of potential problems.
Author: Kornel Labun [aut], Eivind Valen [cph, cre]
Maintainer: Eivind Valen <eivind.valen at gmail.com>
citation("amplican")):
Installation
To install this package, start R (version "4.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("amplican")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("amplican")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.