-
Notifications
You must be signed in to change notification settings - Fork 34
/
DESCRIPTION
55 lines (55 loc) · 1.39 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
Package: SCAVENGE
Title: Identifying genetic trait/phenotype relevant cell type/state at single cell resolution
Version: 1.0.2
Date: 2020-01-01
URL: https://github.com/sankaranlab/SCAVENGE
Authors@R:
person(given = "Fulong",
family = "Yu",
role = c("aut", "cre"),
email = "fyu@broadinstitute.org",
comment = c(ORCID = "0000-0002-6100-8300"))
Description: SCAVENGE (Single Cell Analysis of Variant Enrichment through
Network propagation of GEnomic data) optimizes the inference of functional
and genetic associations to specific cells at single-cell resolution.
License: GPL (>= 2)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.2
Depends:
R (>= 4.0.0)
Imports:
stats,
RANN,
igraph,
parallel,
Matrix,
irlba,
SummarizedExperiment,
gchromVAR
Suggests:
utils,
dplyr,
stringr,
BSgenome.Hsapiens.UCSC.hg19,
ggplot2,
data.table,
knitr,
rmarkdown,
methods,
BiocParallel,
BiocStyle,
chromVAR,
GenomicRanges,
S4Vectors,
BuenColors,
rworkflows
Remotes:
github::caleblareau/gchromVAR,
github::caleblareau/BuenColors,
github::neurogenomics/rworkflows
biocViews: Variant, Function, CellBasedAssays,
Network, NetworkEnrichment,NetworkInference,
Trajectory, CellType, Epigenetics, ATACSeq, SingleCell, Normalization
VignetteBuilder: knitr
LazyData: true