-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
75 lines (75 loc) · 1.91 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
Package: dasper
Title: Detecting abberant splicing events from RNA-sequencing data
Version: 1.11.0
Date: 2021-08-05
Authors@R: c(person(given = "David", family = "Zhang",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-2382-8460")),
person(given = "Leonardo", family = "Collado-Torres",
role = c("ctb"),
email = "[email protected]",
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.2
Suggests:
AnnotationFilter,
BiocStyle,
covr,
ensembldb,
GenomicState,
knitr,
lifecycle,
markdown,
recount,
RefManageR,
rmarkdown,
sessioninfo,
testthat,
tibble
VignetteBuilder: knitr
Imports:
basilisk,
BiocFileCache,
BiocParallel,
data.table,
dplyr,
GenomeInfoDb,
GenomicFeatures,
GenomicRanges,
ggplot2,
ggpubr,
ggrepel,
grid,
IRanges,
magrittr,
megadepth,
methods,
plyranges,
readr,
reticulate,
rtracklayer,
S4Vectors,
stringr,
SummarizedExperiment,
tidyr
Depends:
R (>= 4.0)
StagedInstall: no
Config/testthat/edition: 3
Config/testthat/parallel: true
PackageStatus: Deprecated