File: find.binding.positions.Rd

package info (click to toggle)
r-cran-spp 1.16.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, trixie
  • size: 576 kB
  • sloc: cpp: 3,310; ansic: 365; makefile: 2
file content (154 lines) | stat: -rw-r--r-- 7,373 bytes parent folder | download | duplicates (2)
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
\name{find.binding.positions}
\alias{find.binding.positions}
%- Also NEED an '\alias' for EACH other topic documented here.
\title{ Determine significant point protein binding positions (peaks) }
\description{
  Given the signal and optional control (input) data, determine location of the
  statistically significant point binding positions. If the control data
  is not provided, the statistical significance can be assessed based on
  tag randomization. The method also provides options for masking
  regions exhibiting strong signals within the control data.
}
\usage{
find.binding.positions(signal.data,  f=1,e.value = NULL, fdr = NULL, masked.data = NULL, 
  control.data = NULL, whs = 200, min.dist = 200, window.size = 4e+07, cluster = NULL, 
  debug = T, n.randomizations = 3, shuffle.window = 1, min.thr = 2, topN = NULL, 
  tag.count.whs = 100, enrichment.z = 2, method = tag.wtd, tec.filter = T, 
  tec.window.size = 10000, tec.z = 5, tec.masking.window.size=tec.window.size, 
  tec.poisson.z=5,tec.poisson.ratio=5, tec = NULL, n.control.samples = 1,
  enrichment.scale.down.control =F, enrichment.background.scales = c(1, 5, 10), 
  use.randomized.controls = F, background.density.scaling = T, 
  mle.filter = F,min.mle.threshold = 1, ...)
}
%- maybe also 'usage' for other objects documented here.
\arguments{
  ~~ tag data ~~
  \item{signal.data}{ signal tag vector list }
  \item{control.data}{ optional control (input) tag vector list }
  \item{f}{Fraction of signal read subsampled. Default=1, i.e. 
   no subsampling}
  ~~ position stringency criteria ~~
  \item{e.value}{ E-value defining the desired statistical significance
    of binding positions.  }
  \item{fdr}{ FDR defining statistical significance of binding positions  }
  \item{topN}{ instead of determining statistical significance
    thresholds, return the specified number of highest-scoring
    positions}

  ~~ other params ~~
  \item{whs}{ window half-sized that should be used for binding
    detection (e.g. determined from cross-correlation profiles)}
  \item{masked.data}{ optional set of coordinates that should be masked
    (e.g. known non-unique regions) }
  \item{min.dist}{ minimal distance that must separate detected binding
    positions. In case multiple binding positions are detected within
    such distance, the position with the highest score is returned. }
  \item{window.size}{ size of the window used to segment the chromosome
    during calculations to reduce memory usage. }
  \item{cluster}{ optional \code{snow} cluster to parallelize the
    processing on }
  \item{debug}{ debug mode, whether to print debug messages }
  \item{min.thr}{ minimal score requirement for a peak }
  \item{background.density.scaling}{ If TRUE, regions of significant tag
    enrichment will be masked out when calculating size ratio of the
    signal to control datasets (to estimate ratio of the background tag
    density). If FALSE, the dataset ratio will be equal to the ratio of
    the number of tags in each dataset.}

  \item{tec}{ tec}
  \item{n.control.samples}{ n.control.samples}
  \item{enrichment.scale.down.control}{ enrichment.scale.down.control}
  \item{\dots}{ additional parameters should be the same as those passed
  to the \code{lwcc.prediction}}

  ~~ randomized controls ~~
  \item{n.randomizations}{ number of tag randomziations that should be
    performed (when the control data is not provided) }
  \item{use.randomized.controls}{ Use randomized tag control, even if
    \code{control.data} is supplied. }
  \item{shuffle.window}{ during tag randomizations, tags will be split
    into groups of \code{shuffle.window} and will be maintained
    together throughout the randomization. }

  ~~ fold-enrichment confidence intervals ~~
  \item{tag.count.whs}{ half-size of a window used to assess fold
    enrichment of a binding position}
  \item{enrichment.z}{ Z-score used to define the significance level of
    the fold-enrichment confidence intervals }
    \item{enrichment.background.scales}{ In estimating the peak
      fold-enrichment confidence intervals, the background tag density is
      estimated based on windows with half-sizes of
  \code{2*tag.count.whs*enrichment.background.scales}. }
  \item{method}{ either \code{tag.wtd} for WTD method, or
    \code{tag.lwcc} for MTC method}
  \item{mle.filter}{ If turned on, will exclude predicted positions
    whose MLE enrichment ratio (for any of the background scales) is
    below a specified min.mle.threshold }
  \item{min.mle.threshold}{ MLE enrichment ratio threshold that each
    predicted position must exceed if mle.filter is turned on. }

  ~~ masking regions of significant control enrichment ~~
  \item{tec.filter}{ Whether to mask out the regions exhibiting
  significant enrichment in the control data in doing other
  calculations. The regions are identified using Poisson statistics
  within sliding windows, either relative to the scaled signal (tec.z), or
  relative to randomly-distributed expectation (tec.poisson.z).}
  \item{tec.window.size}{ size of the window used to determine
    significantly enrichent control regions }
  \item{tec.masking.window.size}{ size of the window used to mask 
    the area around significantly enrichent control regions }
  \item{tec.z}{ Z-score defining statistical stringency by which a given
    window is determined to be significantly higher in the input than in
    the signal, and masked if that is the case.}
  \item{tec.poisson.z}{ Z-score defining statistical stringency by which a given
    window is determined to be significantly higher than the
    tec.poisson.ratio above the expected uniform input background. }
  \item{tec.poisson.ratio}{ Fold ratio by which input must exceed the
    level expected from the uniform distribution. }
}
\value{
  \itemize{

    \item{npl}{ A per-chromosome list containing data frames describing
      determined binding positions. Column description}
        
        \itemize{
            \item{x:}{ position}
            \item{y:}{ score}
            \item{evalue:}{ E-value}
            \item{fdr:}{ FDR. For peaks higher than the maximum control peak,the highest dataset FDR is reported}
            \item{enr:}{ lower bound of the fold-enrichment ratio confidence interval. This is the estimate determined using scale of
              1. Estimates corresponding to higher scales are returned in other enr columns with scale appearing in the name.}
            \item{enr.mle:}{ enrichment ratio maximum likely estimate}
        }
        
    \item{thr:}{ info on the chosen statistical threshold of the peak scores}
  
  }
}

\examples{
  \dontrun{
  # find binding positions using WTD method, 200bp half-window size, 
  # control data, 1% FDR
  bp <-find.binding.positions(signal.data=chip.data,
      control.data=input.data,
      fdr=0.01,
      method=tag.wtd,
      whs=200);

  # find binding positions using MTC method, using 5 tag randomizations,
  #  keeping pairs of tag positions together (shuffle.window=2)
  bp <- find.binding.positions(signal.data=chip.data,
    control.data=input.data,
    fdr=0.01,method=tag.lwcc,
      whs=200,
      use.randomized.controls=T,
      n.randomizations=5,
      shuffle.window=2)

  # print out the number of determined positions  
  print(paste("detected",sum(unlist(lapply(bp$npl,function(d) length(d$x)))),"peaks"));
  
  }
}