Package: sangeranalyseR
Type: Package
Title: sangeranalyseR: a suite of functions for the analysis of Sanger
        sequence data in R
Version: 1.23.0
Date: 2024-04-24
Authors@R: c(
    person("Rob", "Lanfear", email = "rob.lanfear@gmail.com",
           role = "aut"),
    person("Kuan-Hao", "Chao", email = "ntueeb05howard@gmail.com",
           role = c("aut", "cre")))
biocViews: Genetics, Alignment, Sequencing, SangerSeq, Preprocessing,
        QualityControl, Visualization, GUI
Description: This package builds on sangerseqR to allow users to create contigs
             from collections of Sanger sequencing reads. It provides a wide 
             range of options for a number of commonly-performed actions 
             including read trimming, detecting secondary peaks, and detecting 
             indels using a reference sequence. All parameters can be adjusted 
             interactively either in R or in the associated Shiny applications. 
             There is extensive online documentation, and the package can outputs 
             detailed HTML reports, including chromatograms.
License: GPL-2 | file LICENSE
URL: https://github.com/roblanf/sangeranalyseR
BugReports: https://github.com/roblanf/sangeranalyseR/issues
Encoding: UTF-8
Depends: R (>= 4.0.0), Biostrings, DECIPHER, sangerseqR
Imports: ape, BiocGenerics, BiocParallel, S4Vectors, data.table, DT,
        excelR, ggdendro, grDevices, graphics, gridExtra, logger,
        methods, openxlsx, parallel, plotly, pwalign, Rcpp, rmarkdown
        (>= 2.9), seqinr, shiny, shinycssloaders, shinydashboard,
        shinyjs, shinyWidgets, stats, stringr, tools, utils
LinkingTo: Rcpp
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Suggests: testthat (>= 2.1.0), withr, BiocManager, BiocStyle, knitr (>=
        1.33), reshape2, zeallot
Collate: 'AllGenerics.R' 'ClassChromatogramParam.R'
        'ClassObjectResults.R' 'ClassQualityReport.R'
        'ClassSangerRead.R' 'ClassSangerAlignment.R'
        'ClassSangerContig.R' 'Constructors.R' 'GlobalTrimApp.R'
        'LoadMessage.R' 'MethodSangerAlignment.R'
        'MethodSangerContig.R' 'MethodSangerRead.R' 'MethodShared.R'
        'MethodsQualityReport.R' 'RcppExports.R'
        'ShinySangerAlignmentServer.R' 'ShinySangerAlignmentUI.R'
        'ShinySangerContigServer.R' 'ShinySangerContigUI.R'
        'ShinyServerModule.R' 'UtilitiesFunc.R'
        'UtilitiesFuncInputChecker.R' 'data.R'
        'sangeranalyseR_package.R' 'sangeranalyseR_show_method.R'
git_url: https://git.bioconductor.org/packages/sangeranalyseR
git_branch: devel
git_last_commit: f6375ae
git_last_commit_date: 2026-05-05
Repository: Bioconductor 3.24
Date/Publication: 2026-05-18
NeedsCompilation: yes
Packaged: 2026-05-18 23:17:51 UTC; biocbuild
Author: Rob Lanfear [aut],
  Kuan-Hao Chao [aut, cre]
Maintainer: Kuan-Hao Chao <ntueeb05howard@gmail.com>
Built: R 4.6.0; aarch64-apple-darwin23; 2026-05-19 05:07:28 UTC; unix
