Package: dasper
Title: Detecting abberant splicing events from RNA-sequencing data
Version: 1.0.0
Date: 2020-10-26
Authors@R: c(person(given = "David", family = "Zhang", 
    role = c("aut", "cre"),
    email = "david.zhang.12@ucl.ac.uk",
    comment = c(ORCID = "0000-0003-2382-8460")), 
    person(given = "Leonardo", family = "Collado-Torres",
    role = c("ctb"),
    email = "lcolladotor@gmail.com",
    comment = c(ORCID = "0000-0003-2140-308X")))
Description: The aim of dasper is to detect aberrant splicing events 
  from RNA-seq data. dasper will use as input both junction and 
  coverage data from RNA-seq to calculate the deviation of each 
  splicing event in a patient from a set of user-defined controls. 
  dasper uses an unsupervised outlier detection algorithm to score each 
  splicing event in the patient with an outlier score representing 
  the degree to which that splicing event looks abnormal.
License: Artistic-2.0
URL: https://github.com/dzhang32/dasper
BugReports: https://support.bioconductor.org/t/dasper
biocViews: Software, RNASeq, Transcriptomics, AlternativeSplicing,
        Coverage, Sequencing
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Suggests: BiocStyle, covr, testthat, GenomicState, ggplot2, ggpubr,
        ggrepel, grid, knitcitations, knitr, recount, rmarkdown,
        sessioninfo, rtracklayer, tibble
VignetteBuilder: knitr
Imports: basilisk, BiocFileCache, BiocParallel, data.table, dplyr,
        GenomeInfoDb, GenomicFeatures, GenomicRanges, IRanges,
        magrittr, megadepth, methods, plyranges, readr, reticulate,
        S4Vectors, stringr, SummarizedExperiment, tidyr
Depends: R (>= 4.0)
StagedInstall: no
git_url: https://git.bioconductor.org/packages/dasper
git_branch: RELEASE_3_12
git_last_commit: 395b887
git_last_commit_date: 2020-10-27
Date/Publication: 2020-10-27
NeedsCompilation: no
Packaged: 2020-10-28 01:17:16 UTC; biocbuild
Author: David Zhang [aut, cre] (<https://orcid.org/0000-0003-2382-8460>),
  Leonardo Collado-Torres [ctb] (<https://orcid.org/0000-0003-2140-308X>)
Maintainer: David Zhang <david.zhang.12@ucl.ac.uk>
Built: R 4.0.3; ; 2020-10-28 13:59:50 UTC; windows
