forked from tbilab/dptscan
-
Notifications
You must be signed in to change notification settings - Fork 1
/
experiment-config.r
55 lines (39 loc) · 1.18 KB
/
experiment-config.r
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
## Filename: experiment-config.r
## By: Yaomin Xu (yaomin at gmail.com)
## Date: January 8, 2013
## Notes: Setup running parameters.
## =============================================================================
###. User Section
##____________________________________________________________________
###... dptscan version
dpt.version = "0.7.2"
###... profile binning
winsize = 50
read.extension <- 120
read.length <- 36
use.FPKM <- F
output.binnedProfile <- T
###... differential testing
diffTest.cutoff = 0.05 # qvalue cutoff
which.escore = 0 # quantitle function for composite event score, should be a small quantile between 0-0.5
###. Advanced Section
##____________________________________________________________________
###... gap parameters
join.gap = 500
shear.gap = 500
region.gap = 2000
###... filters
initfilter.TF = TRUE
initfilter.cutoff = 0.1
fragsizefilter.TF = T
fragsizefilter.cutoff = 120 ## fragment size for read extension
bf.cutoff = NULL
###... normalization
bg.process = "norm"
###... patterns & scan
events.cutoff.method = "best"
events.cut = 0.1
cleansite.cutoff = 0.25
cleanZeroPattern.cutoff = 0.25
###... differential testing
diffTest.cutoff.method = "qvalue"