-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathDESCRIPTION
35 lines (34 loc) · 991 Bytes
/
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
Package: gchromVAR
Type: Package
Title: Compute cell-type specific enrichments with high resolution
Version: 0.3.2
Date: 2017-12-22
Authors@R: c(
person("Caleb", "Lareau", email = "[email protected]", role = c("aut", "cre")),
person("Jacob", "Ulirsch", email = "[email protected]", role = c("ctb")),
person("Erik", "Bao", email = "[email protected]", role = c("ctb"))
)
Maintainer: Caleb Lareau <[email protected]>
Description: R package for computing cell-type specific GWAS enrichments
from Finemapping data and quantitative epigenomic data.
Imports:
methods,
BiocParallel,
chromVAR,
SummarizedExperiment,
Matrix,
GenomicRanges,
S4Vectors,
stats
License: MIT + file LICENSE
LazyData: TRUE
Suggests:
knitr,
doParallel,
rmarkdown,
testthat,
VignetteBuilder: knitr
RoxygenNote: 6.0.1
biocViews: Preprocessing, QualityControl, Visualization, DataImport,
SingleCell, GO
NeedsCompilation: no