-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
44 lines (44 loc) · 1.44 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
Package: segmenter
Type: Package
Title: Perform Chromatin Segmentation Analysis in R by Calling ChromHMM
Version: 0.99.15
Description: Chromatin segmentation analysis transforms ChIP-seq data into
signals over the genome. The latter represents the observed states in a
multivariate Markov model to predict the chromatin's underlying states.
ChromHMM, written in Java, integrates histone modification datasets to learn
the chromatin states de-novo. The goal of this package is to call chromHMM
from within R, capture the output files in an S4 object and interface to
other relevant Bioconductor analysis tools. In addition, segmenter provides
functions to test, select and visualize the output of the segmentation.
Authors@R: person("Mahmoud", "Ahmed",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-4377-6541"))
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.1.1
Depends: R (>= 4.1)
BugReports: https://github.com/MahShaaban/segmenter/issues
Suggests:
testthat,
knitr,
rmarkdown,
TxDb.Hsapiens.UCSC.hg18.knownGene,
Gviz
Imports:
ChIPseeker,
GenomicRanges,
SummarizedExperiment,
IRanges,
S4Vectors,
bamsignals,
ComplexHeatmap,
graphics,
stats,
utils,
methods,
chromhmmData
VignetteBuilder: knitr
biocViews: Software,
HistoneModification
LazyData: True