Package: ngsReports
Version: 2.0.3
Date: 2023/01/13
Title: Load FastqQC reports and other NGS related files
Authors@R: c(
    person("Stephen", "Pederson", 
        email = "stephen.pederson.au@gmail.com", role = c("aut", "cre")),
    person("Christopher", "Ward", 
        email = "christopher.ward@adelaide.edu.au", role = c("aut")),
    person("Thu-Hien", "To", email = "tothuhien@gmail.com", role = c("aut"))
    )
Description: This package provides methods and object classes for parsing 
    FastQC reports and output summaries from other NGS tools into R.
    As well as parsing files, multiple plotting methods have been implemented 
    for visualising the parsed data.
    Plots can be generated as static ggplot objects or interactive plotly 
    objects.
URL: https://github.com/steveped/ngsReports
BugReports: https://github.com/steveped/ngsReports/issues
License: file LICENSE
Encoding: UTF-8
Depends: R (>= 4.2.0), BiocGenerics, ggplot2 (>= 3.4.0), patchwork (>=
        1.1.1), tibble (>= 1.3.1)
Imports: Biostrings, checkmate, dplyr (>= 1.0.0), DT, forcats,
        ggdendro, grDevices (>= 3.6.0), grid, lifecycle, lubridate,
        methods, pander, plotly (>= 4.9.4), readr, reshape2, rlang,
        rmarkdown, scales, stats, stringr, tidyr, tidyselect (>=
        0.2.3), utils, zoo
LazyData: true
RoxygenNote: 7.2.1
Collate: 'AllGenerics.R' 'validationFunctions.R' 'FastqcData.R'
        'FastqcDataList.R' 'FastqcFile.R' 'PwfCols.R' 'S4coercion.R'
        'TheoreticalGC.R' 'aaa.R' 'data.R' 'errMsg.R' 'estGcDistn.R'
        'extract.R' 'fqName.R' 'fqcVersion.R' 'getColours.R' 'getGC.R'
        'getModule.R' 'getSummary.R' 'helpers.R' 'importNgsLogs.R'
        'importSJ.R' 'isCompressed.R' 'maxAdapterContent.R'
        'ngsReports-package.R' 'overRep2Fasta.R' 'path.R'
        'plotAdapterContent.R' 'plotAlignmentSummary.R'
        'plotAssemblyStats.R' 'plotBaseQuals.R' 'plotDupLevels.R'
        'plotFastqcPCA.R' 'plotGcContent.R' 'plotKmers.R'
        'plotNContent.R' 'plotOverrep.R' 'plotReadTotals.R'
        'plotSeqContent.R' 'plotSeqLengthDistn.R' 'plotSeqQuals.R'
        'plotSummary.R' 'pwf.R' 'readTotals.R' 'writeHtmlReport.R'
VignetteBuilder: knitr
Suggests: BiocStyle, Cairo, knitr, testthat, truncnorm
biocViews: QualityControl, ReportWriting
RdMacros: lifecycle
Roxygen: list(markdown = TRUE)
git_url: https://git.bioconductor.org/packages/ngsReports
git_branch: RELEASE_3_16
git_last_commit: 244b086
git_last_commit_date: 2023-01-13
Date/Publication: 2023-01-15
NeedsCompilation: no
Packaged: 2023-01-16 01:05:09 UTC; biocbuild
Author: Stephen Pederson [aut, cre],
  Christopher Ward [aut],
  Thu-Hien To [aut]
Maintainer: Stephen Pederson <stephen.pederson.au@gmail.com>
Built: R 4.2.2; ; 2023-01-16 13:01:11 UTC; windows
