Name Mode Size
..
adapter_filter.Rd 100644 4 kb
asc2int.Rd 100644 0 kb
check_encoding.Rd 100644 1 kb
check_onclick_.Rd 100644 0 kb
complex_filter.Rd 100644 2 kb
create_cleanfunction_.Rd 100644 0 kb
create_uniform_width.Rd 100644 1 kb
fixed_filter.Rd 100644 1 kb
inject_letter_random.Rd 100644 1 kb
int2asc.Rd 100644 0 kb
isNaturalNumber.Rd 100644 0 kb
launch_fqc.Rd 100644 1 kb
length_filter.Rd 100644 1 kb
matching.Rd 100644 4 kb
messageFun_.Rd 100644 0 kb
myPlot.Rd 100644 0 kb
n_filter.Rd 100644 2 kb
outputClean_.Rd 100644 0 kb
plotA.Rd 100644 0 kb
plotB.Rd 100644 0 kb
plotC.Rd 100644 0 kb
plotD.Rd 100644 0 kb
plotE.Rd 100644 0 kb
plotF.Rd 100644 0 kb
plotG.Rd 100644 0 kb
plotH.Rd 100644 0 kb
plotI.Rd 100644 0 kb
plotJ.Rd 100644 0 kb
plotObjects.Rd 100644 1 kb
processingFunction_.Rd 100644 1 kb
qmean_filter.Rd 100644 2 kb
random_length.Rd 100644 3 kb
random_qual.Rd 100644 1 kb
random_seq.Rd 100644 1 kb
seq_filter.Rd 100644 1 kb
seq_names.Rd 100644 1 kb
trim3q_filter.Rd 100644 2 kb
unique_filter.Rd 100644 1 kb
README.md
<span><h1> FastqCleaner [![Build Status](https://travis-ci.org/leandroroser/FastqCleaner.svg?branch=master)](https://travis-ci.org/leandroroser/FastqCleaner) [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/leandroroser/FastqCleaner?branch=master&svg=true)](https://ci.appveyor.com/project/leandroroser/FastqCleaner) [![R](https://img.shields.io/badge/R%3E%3D-3.0-red.svg)]() [![CRAN](https://img.shields.io/cran/l/devtools.svg)]() </h1> </span> 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 ```python 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: ```python install.packages("devtools") devtools::install_github("https://github.com/leandroroser/FastqCleaner") ``` - The development version will be pushed to Bioconductor after proper checks (note from the author, 2022-07-01)