-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
52 lines (52 loc) · 1.54 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
Package: cinaR
Type: Package
Title: A Computational Pipeline for Bulk 'ATAC-Seq' Profiles
Version: 0.2.4
Authors@R:
c(person(given = "Onur",
family = "Karakaslar",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-9182-910X")),
person(given = "Duygu",
family = "Ucar",
role = "aut",
comment = c(ORCID = "0000-0002-9772-3066"))
)
Description: Differential analyses and Enrichment pipeline for bulk 'ATAC-seq' data
analyses. This package combines different packages to have an ultimate package
for both data analyses and visualization of 'ATAC-seq' data. Methods are described in
'Karakaslar et al.' (2021) <doi:10.1101/2021.03.05.434143>.
License: GPL-3
Encoding: UTF-8
LazyData: true
URL: https://github.com/eonurk/cinaR/,
https://eonurk.github.io/cinaR/
BugReports: https://github.com/eonurk/cinaR/issues/
biocViews:
Depends: R (>= 4.0.0)
Imports: BiocManager,
DESeq2,
dplyr,
edgeR,
fgsea,
GenomicRanges,
ggplot2,
ggrepel,
grDevices,
limma,
utils,
pheatmap,
preprocessCore,
RColorBrewer,
sva,
writexl
RoxygenNote: 7.2.3
Suggests: ChIPseeker,
knitr,
rmarkdown,
markdown,
TxDb.Hsapiens.UCSC.hg38.knownGene,
TxDb.Hsapiens.UCSC.hg19.knownGene,
TxDb.Mmusculus.UCSC.mm10.knownGene
VignetteBuilder: knitr, rmarkdown, markdown