-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
executable file
·48 lines (48 loc) · 1.11 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
Package: BCalm
Version: 0.99.0
Title: Barcode Analysis using linear models
Description: Tools for data management, count preprocessing, and differential analysis in massively parallel report assays (MPRA).
Authors@R: c(
person("Pia", "Keukeleire", role = c("cre", "aut"), email = "pia.keukeleire@uksh.de"),
person("Martin", "Kircher", role = "aut"))
Depends:
R (>= 3.5),
methods,
BiocGenerics,
SummarizedExperiment,
limma,
curl
Suggests:
BiocStyle,
knitr,
rmarkdown,
RUnit,
testthat (>= 3.0.0),
ggplot2,
kableExtra
Imports:
mpra,
S4Vectors,
scales,
stats,
graphics,
statmod,
tidyr,
GenomeInfoDb,
IRanges,
GenomicRanges,
Biobase,
DelayedArray
Collate:
mpra_set.R
utils.R
fit.R
preprocess.R
analyze.R
VignetteBuilder: knitr
License: MIT
URL: https://github.com/kircherlab/BCalm
BugReports: https://github.com/kircherlab/BCalm/issues
biocViews: Software, GeneRegulation, Sequencing, FunctionalGenomics
Config/testthat/edition: 3
LazyData: true