-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
53 lines (53 loc) · 1.41 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
Package: epigraHMM
Title: Epigenomic R-based analysis with hidden Markov models
Version: 1.9.2
Date: 2019-12-10
Authors@R: c(person("Pedro", "Baldoni", email = "[email protected]", role = c("aut","cre")))
biocViews: ChIPSeq, ATACSeq, DNaseSeq, HiddenMarkovModel, Epigenetics
Description: epigraHMM provides a set of tools for the analysis of epigenomic data
based on hidden Markov Models. It contains two separate peak callers, one for consensus peaks
from biological or technical replicates, and one for differential peaks from multi-replicate
multi-condition experiments. In differential peak calling, epigraHMM provides window-specific
posterior probabilities associated with every possible combinatorial pattern of read enrichment
across conditions.
License: MIT + file LICENSE
Imports:
Rcpp,
magrittr,
data.table,
SummarizedExperiment,
methods,
GenomeInfoDb,
GenomicRanges,
rtracklayer,
IRanges,
Rsamtools,
bamsignals,
csaw,
S4Vectors,
limma,
stats,
Rhdf5lib,
rhdf5,
Matrix,
MASS,
scales,
ggpubr,
ggplot2,
GreyListChIP,
pheatmap,
grDevices
LinkingTo: Rcpp, RcppArmadillo, Rhdf5lib
RoxygenNote: 7.2.3
Encoding: UTF-8
SystemRequirements: GNU make
Suggests:
testthat,
knitr,
rmarkdown,
BiocStyle,
BSgenome.Rnorvegicus.UCSC.rn4,
gcapc,
chromstaRData
VignetteBuilder: knitr
LazyData: true