-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
executable file
·115 lines (115 loc) · 2.09 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
Package: mcATAC
Title: Metacell analysis for scATAC data
Version: 0.0.2.9000
Authors@R: c(
person("Aviezer", "Lifshitz", , "[email protected]", role = c("aut", "cre")),
person("Yonatan", "Shapira", , "[email protected]", role = "aut")
)
Description: Metacell analysis for scATAC data
License: MIT + file LICENSE
Imports:
anndata,
assertthat,
cli,
dplyr,
dendextend,
ggplot2,
circlize,
digest,
scales,
glue,
igraph,
Matrix,
mclust,
methods,
misha (>= 4.2.0),
misha.ext (>= 0.0.10),
pheatmap,
purrr,
lifecycle,
randomNames,
rlang,
ComplexHeatmap,
sparseMatrixStats,
stringi,
stringr,
tgstat,
tgutil (>= 0.1.14),
tibble,
tidyr,
withr,
magrittr,
ggtext,
scattermore,
grDevices,
cowplot,
RcppRoll,
chameleon,
tglkmeans (>= 0.5.0),
parallel,
plyr,
yaml,
zoo
Suggests:
testthat (>= 3.0.0),
metacell,
knitr,
rmarkdown,
fs,
shiny,
shinyWidgets,
shinyjs,
shinycssloaders,
cli,
gert
Remotes:
tanaylab/misha,
tanaylab/misha.ext,
tanaylab/tgutil,
tanaylab/metacell,
tanaylab/tglkmeans,
bioc::3.15/ComplexHeatmap,
bioc::3.14/sparseMatrixStats
Config/testthat/edition: 3
Encoding: UTF-8
Language: es
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
URL: https://github.com/tanaylab/mcATAC
BugReports: https://github.com/tanaylab/mcATAC/issues
VignetteBuilder: knitr
Depends:
R (>= 3.5),
misha
LazyData: true
Collate:
'ATAC.R'
'ATACPeaks.R'
'ATACTracks-cache.R'
'ATACTracks.R'
'ScCounts.R'
'McCounts.R'
'PeakIntervals.R'
'annotate.R'
'cluster.R'
'example_data.R'
'export.R'
'feature_selection.R'
'import-counts.R'
'import-peaks.R'
'mcATAC-package.R'
'metadata.R'
'motifs.R'
'pcr-bias.R'
'peak_calling.R'
'plot-markers.R'
'plot-region.R'
'plot.R'
'project_on_mc.R'
'promoters.R'
'rna.R'
'shiny.R'
'utils-intervals.R'
'utils-pipe.R'
'utils.R'
'zzz.R'