forked from lamortenera/epicseg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
29 lines (29 loc) · 997 Bytes
/
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
Package: epicseg
Type: Package
Title: Chromatin Segmentation in R
Version: 1.0
Date: 2014-12-05
Author: Alessandro Mammana
Maintainer: Alessandro Mammana <mammana@molgen.mpg.de>
Description: EpiCSeg (Epigenome Count-based Segmentation) is a software for
annotating the genome based on the state of the chromatin. It provides
tools for extracting count data from BAM files, typlically corresponding
to ChIP-seq experiments for histone marks (but other choices are possible)
it learns a statistical model for the read counts based on a HMM,
it annotates the genome, and it provides tools for displaying
and analyzing the obtained models and segmentations. EpiCSeg can be used
as an R package or from the command line via Rscript.
License: GPL-3
SystemRequirements: C++11
Depends: R (>= 3.1.0)
Imports:
parallel,
RColorBrewer,
Rcpp (>= 0.11.3),
IRanges,
GenomicRanges,
kfoots,
bamsignals,
edgeR
LinkingTo: Rcpp
Suggests: testthat, knitr