A Shiny web-app to clean FASTQ files with R and Bioconductor
This is a development repository
Please install the application using the canonical way using Bioconductor
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("FastqCleaner")
Note: due to a change in Shiny, the Bioconductor version is working with Shiny <= 1.6. For the development version, please install using the following code:
FastqCleaner
A Shiny web-app to clean FASTQ files with R and Bioconductor
This is a development repository
Please install the application using the canonical way using Bioconductor
Note: due to a change in Shiny, the Bioconductor version is working with Shiny <= 1.6. For the development version, please install using the following code: