6
|
1 \name{get.broad.enrichment.clusters}
|
|
2 \alias{get.broad.enrichment.clusters}
|
|
3 %- Also NEED an '\alias' for EACH other topic documented here.
|
|
4 \title{ Determine broad clusters of enrichment }
|
|
5 \description{
|
|
6 Scan chromosomes with a pre-defined window size, comparing scaled ChIP
|
|
7 and input tag coutns to see if their ratio exceeds that expected from
|
|
8 a Poisson process (normalized for dataset size).
|
|
9 }
|
|
10 \usage{
|
|
11 get.broad.enrichment.clusters(chip.tags, input.tags, window.size=1e3,z.thr=3,tag.shift=146/2)
|
|
12 }
|
|
13 %- maybe also 'usage' for other objects documented here.
|
|
14 \arguments{
|
|
15 \item{chip.tags}{ foreground tag vector list }
|
|
16 \item{input.tags}{ background tag vector list }
|
|
17 \item{window.size}{ window size to be used for tag counting }
|
|
18 \item{z.thr}{ Z-score to be used as a significance threshold }
|
|
19 \item{tag.shift}{ number of base pairs by which positive and negative
|
|
20 tag coordinates should be shifted towards eachother (half of binding
|
|
21 peak separation distance)}
|
|
22 }
|
|
23 \value{
|
|
24 A list of elements corresponding to chromosomes, with each element
|
|
25 being an $s/$e/$rv data.frame giving the starting, ending positions and the log2
|
|
26 enrichment estimate for that region.
|
|
27 }
|