forked from itsvenu/ALPS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
52 lines (52 loc) · 1.46 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: ALPS
Title: AnaLysis routines for ePigenomicS data
Version: 0.99.9
Author: Venu Thatikonda, Natalie Jäger
Maintainer: Venu Thatikonda <[email protected]>
Description: The package provides analysis and publication quality visualization routines for genome-wide
epigenomics data such as histone modification or transcription factor ChIP-seq, ATAC-seq, DNase-seq etc.
The functions in the package can be used with any type of data that can be represented with bigwig files
at any resolution. The goal of the ALPS is to provide analysis tools for most downstream analysis without
leaving the R environment and most tools in the package require a minimal input that can be prepared with
basic R, unix or excel skills.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: false
RoxygenNote: 6.1.1
Depends: R (>= 3.6)
Imports:
assertthat,
BiocParallel,
ChIPseeker,
corrplot,
data.table,
dplyr,
GenomicRanges,
GGally,
genefilter,
gghalves,
ggplot2,
ggseqlogo,
Gviz,
magrittr,
org.Hs.eg.db,
plyr,
reshape2,
rtracklayer,
stats,
stringr,
tibble,
tidyr,
TxDb.Hsapiens.UCSC.hg19.knownGene,
TxDb.Hsapiens.UCSC.hg38.knownGene,
utils
URL: https://github.com/itsvenu/ALPS
BugReports: https://github.com/itsvenu/ALPS/issues
Suggests:
knitr,
rmarkdown,
ComplexHeatmap,
circlize,
testthat
biocViews: Epigenetics, Sequencing, ChIPSeq, ATACSeq, Visualization, Transcription, HistoneModification
VignetteBuilder: knitr