Package: fastqcr
Type: Package
Title: Quality Control of Sequencing Data
Version: 0.1.3
Date: 2023-02-18
Authors@R: c(
    person("Alboukadel", "Kassambara", role = c("aut", "cre"), email = "alboukadel.kassambara@gmail.com")
    )
Description: 'FASTQC' is the most widely used tool for evaluating the quality of high throughput sequencing data.  
    It produces, for each sample, an html report and a compressed file containing the raw data. 
    If you have hundreds of samples, you are not going to open up each 'HTML' page. 
    You need some way of looking at these data in aggregate. 
    'fastqcr' Provides helper functions to easily parse, aggregate and analyze 
    'FastQC' reports for large numbers of samples. It provides a convenient solution for building 
    a 'Multi-QC' report, as well as, a 'one-sample' report with result interpretations.
License: GPL-2
Encoding: UTF-8
Depends: R (>= 3.1.2)
Imports: dplyr, grid, gridExtra, ggplot2, magrittr, readr (>= 1.3.0),
        rmarkdown (>= 1.4), rvest, tibble, tidyr, scales, stats, utils,
        xml2, rlang
Suggests: knitr
URL: https://rpkgs.datanovia.com/fastqcr/index.html
BugReports: https://github.com/kassambara/fastqcr/issues
RoxygenNote: 7.2.3
Collate: 'utilities.R' 'fastqc.R' 'fastqc_install.R' 'qc_aggregate.R'
        'qc_plot.R' 'qc_plot_collection.R' 'qc_problems.R' 'qc_read.R'
        'qc_read_collection.R' 'qc_report.R' 'qc_unzip.R'
NeedsCompilation: no
Packaged: 2023-02-18 09:47:57 UTC; kassambara
Author: Alboukadel Kassambara [aut, cre]
Maintainer: Alboukadel Kassambara <alboukadel.kassambara@gmail.com>
Repository: CRAN
Date/Publication: 2023-02-18 10:10:02 UTC
Built: R 4.2.0; ; 2023-07-11 01:18:30 UTC; unix
