basecallQC
Working with Illumina Basecalling and Demultiplexing input and output files
Bioconductor version: 3.23 · Package version: 1.36.0
The basecallQC package provides tools to work with Illumina bcl2Fastq (versions >= 2.1.7) software.Prior to basecalling and demultiplexing using the bcl2Fastq software, basecallQC functions allow the user to update Illumina sample sheets from versions <= 1.8.9 to >= 2.1.7 standards, clean sample sheets of common problems such as invalid sample names and IDs, create read and index basemasks and the bcl2Fastq command. Following the generation of basecalled and demultiplexed data, the basecallQC packages allows the user to generate HTML tables, plots and a self contained report of summary metrics from Illumina XML output files.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("basecallQC") Details
| Maintainer | Thomas Carroll <tc.infomatics@gmail.com> |
| Author | Thomas Carroll and Marian Dore |
| License | GPL (>= 3) |
| System Requirements | bcl2Fastq (versions >= 2.1.7) |
| Status | Deprecated |
| Downloads rank | 286 |
| Source branch | RELEASE_3_23 |
| biocViews | DataImport, Infrastructure, QualityControl, Sequencing, Software |