-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
63 lines (63 loc) · 1.63 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
54
55
56
57
58
59
60
61
62
63
Package: chipenrich
Type: Package
Title: Gene Set Enrichment For ChIP-seq Peak Data
Version: 1.11.4
Date: 2016-08-26
Authors@R: c(
person(c("Ryan","P."),"Welch",role = c("aut","cph"),email = "welchr@umich.edu"),
person("Chee","Lee",role = c("aut"),email = "cheelee@umich.edu"),
person(c("Raymond","G."),"Cavalcante",role = c("aut","cre"),email = "rcavalca@umich.edu"),
person(c("Laura","J."),"Scott",role = c("ths"), email = "ljst@umich.edu"),
person(c("Maureen","A."),"Sartor",role = c("ths"),email = "sartorma@med.umich.edu"))
Description: ChIP-Enrich performs gene set enrichment testing
using peaks called from a ChIP-seq experiment. The method empirically
corrects for confounding factors such as the length of genes,
and the mappability of the sequence surrounding genes.
biocViews: Software, Bioinformatics, Enrichment, GeneSetEnrichment
License: GPL-3
Imports:
chipenrich.data,
GenomeInfoDb,
GenomicRanges,
grid,
IRanges,
lattice,
latticeExtra,
methods,
mgcv,
parallel,
plyr,
rms,
S4Vectors,
stringr
Suggests:
BiocStyle,
devtools,
knitr,
rmarkdown,
roxygen2,
testthat
Depends:
R (>= 3.1.0)
LazyLoad: yes
Maintainer: Raymond G. Cavalcante <rcavalca@umich.edu>
RoxygenNote: 5.0.1
VignetteBuilder: knitr
Collate:
'assign_peaks.R'
'test_gam.R'
'test_fisher.R'
'test_binomial.R'
'test_approx.R'
'peaks_per_gene.R'
'read.R'
'randomize.R'
'setup.R'
'supported.R'
'utils.R'
'constants.R'
'plot_spline_length.R'
'plot_gene_coverage.R'
'plot_dist_to_tss.R'
'chipenrich.R'
'chipenrich_package_doc.R'