Our R package’s main function performs alignment of the amplicon reads, calculates multiple statistics (eg. cut rates, frameshifts) and presents results in form of HTML pages. Whole analysis starting from fastq files, ending with HTML reports is compacted to one simple function. Each report contains plots and tables in high quality format, that can be immediately further used by users. We provide a wide range of reports that allow breakdown of experiments by different constraints. We support experiment, barcode, group/user defined, guide and amplicon as possible levels of statistics aggregation.
Package is available on Bioconductor. It is possible to install from here, but it requires installation of many dependencies and is not recomended.
if (!requireNamespace("BiocManager", quietly=TRUE))
install.packages("BiocManager")
BiocManager::install("amplican")
After installation run:
library(amplican)
# main functions
?amplican
?amplicanPipeline
?amplicanAlign
?amplicanReport
?plot_cuts
?metaplot_deletions
# read vignette
browseVignettes("amplican")
Please feel free to provide feedback or desired functionality. My contact address is Kornel.Labun at uib.no.
Since my publication Labun et al. 2019, Accurate analysis of genuine CRISPR editing events with ampliCan it seems CRISPREsso authors have updated their tool into CRISPresso v2. I have quickly rerun one of my benchmarks with their latest tool (used default settings, and installation has to work correctly as I used CRISPresso2 docker image).
If you wish to replicate or comment on this small benchmark, contact me through email.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.