-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
89 lines (89 loc) · 1.83 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
Package: ArchR
Type: Package
Date: 2020-11-23
Title: Analyzing single-cell regulatory chromatin in R.
Version: 1.0.1
Authors@R: c(
person("Jeffrey", "Granja", email = "[email protected]", role = c("aut","cre")),
person("Ryan", "Corces", role = "aut"))
Description: This package is designed to streamline scATAC analyses in R.
Roxygen: list(markdown = TRUE)
License: GPL (>= 2)
LinkingTo: Rcpp
LazyData: TRUE
RoxygenNote: 7.1.1
URL: https://www.ArchRProject.com
Encoding: UTF-8
Imports:
Rcpp (>= 0.12.16),
matrixStats,
plyr,
nabor,
motifmatchr,
chromVAR,
uwot,
ggrepel,
Rsamtools,
gtable,
gtools,
stringr,
grid,
gridExtra,
Biostrings,
ComplexHeatmap
Depends:
ggplot2,
SummarizedExperiment,
data.table,
Matrix,
rhdf5,
magrittr,
S4Vectors (>= 0.9.25),
BiocGenerics,
GenomicRanges
Collate:
'AllClasses.R'
'AnnotationGenome.R'
'AnnotationPeaks.R'
'ArchRBrowser.R'
'ArchRHeatmap.R'
'ArrowRead.R'
'ArrowUtils.R'
'ArrowWrite.R'
'BulkProjection.R'
'Clustering.R'
'ColorPalettes.R'
'CreateArrow.R'
'DoubletsScores.R'
'Embedding.R'
'FilterCells.R'
'Footprinting.R'
'GRangesUtils.R'
'GgplotUtils.R'
'GlobalDefaults.R'
'GroupCoverages.R'
'HelperUtils.R'
'GroupExport.R'
'Harmony.R'
'HiddenUtils.R'
'Imputation.R'
'InputData.R'
'IntegrativeAnalysis.R'
'IterativeLSI.R'
'LoggerUtils.R'
'MarkerFeatures.R'
'MatrixDeviations.R'
'MatrixFeatures.R'
'MatrixGeneExpression.R'
'MatrixGeneScores.R'
'MatrixTiles.R'
'ModuleScore.R'
'MultiModal.R'
'ProjectMethods.R'
'QualityControl.R'
'RNAIntegration.R'
'RcppExports.R'
'ReproduciblePeakSet.R'
'Trajectory.R'
'ValidationUtils.R'
'VisualizeData.R'