-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
82 lines (82 loc) · 1.47 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
Package: scatools
Title: scATAC Tools and Utilities For Copy Number Analysis
Version: 0.1.2.9000
Authors@R:
person("Matthew", "Zatzman", , "[email protected]", role = c("aut", "cre"))
Description: A collection of useful code for handling scATAC data.
License: MIT + file LICENSE
URL: https://github.com/mjz1/scatools, https://mjz1.github.io/scatools/
BugReports: https://github.com/mjz1/scatools/issues
Depends:
R (>= 4.0),
SingleCellExperiment
Imports:
BiocGenerics,
BiocParallel,
circlize,
ComplexHeatmap,
data.table,
DNAcopy,
dplyr,
DropletUtils,
EnsDb.Hsapiens.v86,
GenomeInfoDb,
GenomicFeatures,
GenomicRanges,
GGally,
ggplot2,
glue,
gtools,
HMMcopy,
igraph,
IRanges,
janitor,
leidenbase,
logger,
magrittr,
MASS,
Matrix,
MatrixGenerics,
mclust,
methods,
mltools,
patchwork,
pbmcapply,
polynom,
purrr,
quantreg,
readr,
reshape2,
rtracklayer,
S4Vectors,
scales,
scater,
scuttle,
Seurat,
sparseMatrixStats,
stats,
stringr,
SummarizedExperiment,
tibble,
tidyr,
utils,
vcfR,
vegan,
withr
Suggests:
anndata,
BSgenome,
BSgenome.Hsapiens.UCSC.hg38,
dittoSeq,
HGC,
knitr,
rmarkdown,
zellkonverter
VignetteBuilder:
knitr
biocViews:
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1