Package: SpliceWiz
Title: Easy, optimized, and accurate alternative splicing analysis in R
Version: 1.0.4
Date: 2023-03-28
Authors@R: c(person("Alex Chit Hei", "Wong", email="a.wong@centenary.org.au", 
		role=c("aut", "cre", "cph")),
	person("Ulf", "Schmitz", role=c("ctb")),
	person("William", "Ritchie", role=c("cph")))
Description: Reads and fragments aligned to splice junctions can be used to
    quantify alternative splicing events (ASE). However, overlapping ASEs can
	confound their quantification. SpliceWiz quantifies ASEs, calculating
	percent-spliced-in (PSI) using junction reads, and intron retention using
	IRFinder-based quantitation. Novel filters identify ASEs that are relatively
	less confounded by overlapping events, whereby PSIs can be calculated with
	higher confidence. SpliceWiz is ultra-fast, using multi-threaded processing
	of BAM files. It can be run using a graphical user or command line 
	interfaces. GUI-based interactive visualization of differential ASEs,
	including novel group-based RNA-seq coverage visualization, simplifies
	short-read RNA-seq analysis in R.
License: MIT + file LICENSE
Depends: R (>= 3.5.0), NxtIRFdata
Imports: ompBAM, methods, stats, utils, tools, parallel, magrittr, Rcpp
        (>= 1.0.5), data.table, fst, ggplot2, AnnotationHub,
        BiocFileCache, BiocGenerics, BiocParallel, Biostrings,
        BSgenome, DelayedArray, DelayedMatrixStats, genefilter,
        GenomeInfoDb, GenomicRanges, HDF5Array, IRanges, progress,
        plotly, R.utils, rhdf5, rtracklayer, SummarizedExperiment,
        S4Vectors, shiny, shinyFiles, shinyWidgets, shinydashboard,
        rhandsontable, DT, grDevices, heatmaply, pheatmap, matrixStats,
        RColorBrewer, XML
Suggests: knitr, rmarkdown, openssl, crayon, egg, DESeq2, limma,
        DoubleExpSeq, satuRn, edgeR, Rsubread, testthat (>= 3.0.0)
LinkingTo: ompBAM, Rcpp, zlibbioc, RcppProgress
SystemRequirements: C++11
Collate: AllImports.R RcppExports.R zzz.R AllClasses.R AllGenerics.R
        ASEFilter-methods.R NxtSE-methods.R globals.R ggplot_themes.R
        example_data.R wrappers.R make_plot_data.R Coverage.R utils.R
        File_finders.R BuildRef.R ViewRef.R STAR_utils.R Mappability.R
        ProcessBAM.R CollateData.R MakeSE.R Filters.R ASE-methods.R
        dash_filterModules.R dash_globals.R dash_settings.R
        dash_ref_new_ui.R dash_ref_new_server.R dash_expr_ui.R
        dash_expr_server.R dash_QC.R dash_filters.R dash_DE_ui.R
        dash_DE_server.R dash_vis_ui.R dash_vis_server.R dash_cov_ui.R
        dash_cov_server.R dash_ui.R dash_server.R dash.R
        SpliceWiz-package.R
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
VignetteBuilder: knitr
biocViews: Software, Transcriptomics, RNASeq, AlternativeSplicing,
        Coverage, DifferentialSplicing, DifferentialExpression, GUI,
        Sequencing
URL: https://github.com/alexchwong/SpliceWiz
BugReports: https://support.bioconductor.org/
Config/testthat/edition: 3
git_url: https://git.bioconductor.org/packages/SpliceWiz
git_branch: RELEASE_3_16
git_last_commit: be6ae52
git_last_commit_date: 2023-03-27
Date/Publication: 2023-03-29
NeedsCompilation: yes
Packaged: 2023-03-30 01:52:06 UTC; biocbuild
Author: Alex Chit Hei Wong [aut, cre, cph],
  Ulf Schmitz [ctb],
  William Ritchie [cph]
Maintainer: Alex Chit Hei Wong <a.wong@centenary.org.au>
Built: R 4.2.3; x86_64-w64-mingw32; 2023-03-30 12:40:49 UTC; windows
ExperimentalWindowsRuntime: ucrt
Archs: x64
