Package: ngsReports
Version: 1.0.1
Date: 2019/08/18
Title: Load FastqQC reports and other NGS related files
Authors@R: c(
    person("Steve", "Pederson", 
        email = "stephen.pederson@adelaide.edu.au", 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 
    visualising the data loaded from these files.
URL: https://github.com/UofABioinformaticsHub/ngsReports
BugReports: https://github.com/UofABioinformaticsHub/ngsReports/issues
License: file LICENSE
Encoding: UTF-8
Depends: BiocGenerics, ggplot2, tibble (>= 1.3.1)
Imports: Biostrings, checkmate, dplyr (>= 0.8.0), ggdendro, grDevices,
        grid, kableExtra, lubridate, methods, pander, parallel, plotly,
        readr, reshape2, rmarkdown, Rsamtools, scales, ShortRead,
        stats, stringr, tidyr, tidyselect (>= 0.2.3), truncnorm, utils,
        viridisLite, XVector, zoo
LazyData: true
RoxygenNote: 6.1.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'
        'isCompressed.R' 'maxAdapterContent.R' 'overRep2Fasta.R'
        'path.R' 'plotAdapterContent.R' 'plotBaseQuals.R'
        'plotDupLevels.R' 'plotGcContent.R' 'plotKmers.R'
        'plotNContent.R' 'plotOverrep.R' 'plotReadTotals.R'
        'plotSeqContent.R' 'plotSeqLengthDistn.R' 'plotSeqQuals.R'
        'plotSummary.R' 'pwf.R' 'readTotals.R' 'runFastQC.R'
        'writeHtmlReport.R'
VignetteBuilder: knitr
Suggests: BiocStyle, Cairo, knitr, testthat
biocViews: QualityControl, ReportWriting
git_url: https://git.bioconductor.org/packages/ngsReports
git_branch: RELEASE_3_9
git_last_commit: bb558ae
git_last_commit_date: 2019-08-18
Date/Publication: 2019-08-18
NeedsCompilation: no
Packaged: 2019-08-19 05:26:54 UTC; biocbuild
Author: Steve Pederson [aut, cre],
  Christopher Ward [aut],
  Thu-Hien To [aut]
Maintainer: Steve Pederson <stephen.pederson@adelaide.edu.au>
Built: R 3.6.1; ; 2019-08-19 13:30:14 UTC; windows
