-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
25 lines (25 loc) · 910 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
Package: Bay2Ctrls
Type: Package
Title: Bayesian model to integrate two types of ChIP-seq controls for binding site detection
Version: 0.2
Authors@R: c(
person(given = "Jinrui",
family = "Xu",
role = c("aut", "cre"),
email = "jinrui.xu@yale.edu"),
person(given = "Jiahao",
family = "Gao",
role = c("aut"),
email = "jiahao.gao@yale.edu")
)
Maintainer: The package maintainer <jinrui.xu@yale.edu>
Description: This software require one IP (i) and two set of controls: The first control is the DNA input (di) generated for the IP experiment. This control (di) and the IP (i) are the results from conventional ChIP-seq. The second control contains a mock IP (m) and its corresponding DNA input (dm).
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
spp,
caTools,
stats,
utils
RoxygenNote: 7.1.1