-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
46 lines (46 loc) · 1.32 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
Package: epiAneufinder
Type: Package
Title: Calling copy numbers from scATAC-seq data
Version: 1.0.3
Authors@R: c(person('Akshaya', 'Ramakrishnan', NULL, '[email protected]', c('cre', 'aut')),
person('Aikaterini', 'Symeonidi', NULL, '[email protected]', 'aut'),
person('Patrick', 'Hanel', NULL, '[email protected]', 'aut'),
person('Katharina', 'Schmid', NULL, '[email protected]', 'aut'),
person('Maria', 'Richter', NULL, '[email protected]', 'aut'),
person('Michael', 'Schubert', NULL, NULL, 'aut'),
person('Maria', 'Colomé-Tatché', NULL, '[email protected]', 'aut'))
Description: Package to detect breakpoints and assign somies to scATAC-seq data.
License: GPL-3
VignetteBuilder: knitr, rmarkdown
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.1
Depends:
R (>= 3.5)
biocViews:
Imports:
GenomicAlignments,
Matrix,
SummarizedExperiment,
data.table,
plyranges,
Rsamtools,
GenomeInfoDb,
BSgenome.Hsapiens.UCSC.hg38,
GenomicRanges,
stats,
Biostrings,
magrittr,
BiocGenerics,
S4Vectors,
ggplot2,
cowplot,
gridExtra,
parallel,
ggdendro,
R.utils
Suggests:
testthat,
fpc,
knitr,
rmarkdown