-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
68 lines (68 loc) · 1.7 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
Package: mutscan
Title: Preprocessing and Analysis of Deep Mutational Scanning Data
Version: 0.3.4
Authors@R:
c(person(given = "Charlotte",
family = "Soneson",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-3833-2169")),
person(given = "Michael",
family = "Stadler",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-2269-4934")),
person(given = "Friedrich Miescher Institute for Biomedical Research",
role = "cph"))
Description: Provides functionality for processing and statistical analysis
of multiplexed assays of variant effect (MAVE) and similar data. The
package contains functions covering the full workflow from raw FASTQ
files to publication-ready visualizations. A broad range of library
designs can be processed with a single, unified interface.
Depends:
R (>= 3.5)
Imports:
BiocGenerics,
S4Vectors,
methods,
SummarizedExperiment,
Rcpp,
edgeR (>= 3.42.0),
dplyr,
Matrix,
limma,
tidyr,
stats,
GGally,
ggplot2,
tidyselect (>= 1.2.0),
tibble,
rlang,
grDevices,
csaw,
rmarkdown,
xfun,
DT,
ggrepel,
IRanges,
zlibbioc,
utils,
DelayedArray,
lifecycle
Suggests:
testthat (>= 3.0.0),
BiocStyle,
knitr,
Biostrings,
pwalign,
plotly,
scattermore
SystemRequirements: GNU make
biocViews: GeneticVariability, GenomicVariation, Preprocessing
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.2
VignetteBuilder: knitr
LinkingTo:
Rcpp
Config/testthat/edition: 3