forked from stuart-lab/signac
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
89 lines (89 loc) · 2.31 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: Signac
Title: Analysis of Single-Cell Chromatin Data
Version: 1.3.0
Date: 2021-07-09
Authors@R: c(
person(given = 'Tim', family = 'Stuart', email = '[email protected]', role = c('aut', 'cre'), comment = c(ORCID = '0000-0002-3044-0897')),
person(given = 'Avi', family = 'Srivastava', email = '[email protected]', role = 'aut', comment = c(ORCID = '0000-0001-9798-2079')),
person(given = 'Paul', family = 'Hoffman', email = '[email protected]', role = 'ctb', comment = c(ORCID = '0000-0002-7693-8957')),
person(given = 'Rahul', family = 'Satija', email = '[email protected]', role = 'ctb', comment = c(ORCID = '0000-0001-9448-8833'))
)
Description: A framework for the analysis and exploration of single-cell chromatin data.
The 'Signac' package contains functions for quantifying single-cell chromatin data,
computing per-cell quality control metrics, dimension reduction
and normalization, visualization, and DNA sequence motif analysis.
Reference: Stuart et al. (2020) <doi:10.1101/2020.11.09.373613>.
Depends:
R (>= 4.0.0),
methods
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
URL: https://github.com/timoast/signac, https://satijalab.org/signac
BugReports: https://github.com/timoast/signac/issues
LinkingTo: Rcpp
Imports:
GenomeInfoDb,
GenomicRanges,
IRanges,
Matrix,
Rsamtools,
S4Vectors,
Seurat (>= 4.0.0),
SeuratObject (>= 4.0.0),
data.table,
dplyr (>= 1.0.0),
future,
future.apply,
ggplot2,
ggseqlogo,
irlba,
pbapply,
tidyr,
patchwork,
stats,
utils,
BiocGenerics,
ggrepel,
stringi,
fastmatch,
lsa,
RcppRoll,
scales,
Rcpp,
ggforce,
qlcMatrix,
grid
Collate:
'RcppExports.R'
'data.R'
'differential_accessibility.R'
'generics.R'
'dimension_reduction.R'
'footprinting.R'
'fragments.R'
'genomeinfodb-methods.R'
'granges-methods.R'
'iranges-methods.R'
'links.R'
'mito.R'
'motifs.R'
'objects.R'
'peaks.R'
'preprocessing.R'
'quantification.R'
'utilities.R'
'visualization.R'
Suggests:
testthat (>= 2.1.0),
chromVAR,
SummarizedExperiment,
TFBSTools,
motifmatchr,
BSgenome,
shiny,
miniUI,
rtracklayer,
biovizBase,
Biostrings