-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
37 lines (37 loc) · 1.05 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
Package: EPICATAC
Type: Package
Title: Estimate the Proportion of Immune and Cancer cells in ATAC-Seq data
Version: 1.0
Authors@R: as.person(c(
"Aurélie Gabriel <[email protected]> [aut, cre]",
"Julien Racle <[email protected]> [aut]",
"David Gfeller <[email protected]> [aut]"
))
Description: Package implementing EPIC method to estimate the proportion of
immune, stromal, endothelial and cancer or other cells from bulk chromatin accessibility or gene
expression data.
It is based on reference profiles for the main non-malignant
cell types and it predicts the proportion of these cells and of the
remaining "other cells" (that are mostly cancer cells) for which no
reference profile is given.
Depends:
R (>= 4.1)
License: file LICENSE
Encoding: UTF-8
LazyData: TRUE
RoxygenNote: 7.2.3
biocViews:
Software, ExperimentData, Annotation
Suggests:
testthat,
knitr,
rmarkdown,
remotes
Imports:
stats,
GenomicRanges,
rtracklayer,
tidyr,
GenomeInfoDb,
S4Vectors
VignetteBuilder: knitr