Description Usage Arguments Value Author(s)
cluster integration sites - optionally perform the permutations needed to estimate the discoveries expected under a null hypothesis
1 2 3 | gRxCluster(object, starts, group, kvals, nperm = 0L,
pruneFun = prune.loglik, ..., cutpt.filter.expr, cutpt.tail.expr, tmp.env,
sample.id, sample.tab)
|
object |
chromosome names or other grouping of starts |
starts |
ordered chromosome position or ordered integer vector |
group |
logical vector separating two groups |
kvals |
integer vector of window widths |
nperm |
number of permutations for FDR calculation |
pruneFun |
a function like |
... |
other args |
cutpt.filter.expr |
(optional) R object or call (or
variable naming a call) with (optional) var x (window
widths in base pairs) to filter windows. It must evaluate
to mode "double". If not specified,
|
cutpt.tail.expr |
R object or call (or variable
naming a call) with (optional) vars: k,n, and x (as
above). Returns list like |
tmp.env |
(optional) environment to use in
evaluation of cutpt.* expressions. This is usually needed
for |
sample.id |
(optional) integer vector indexing cells
in |
sample.tab |
(optional) integer vector containing 0
or 1 in each cell. Its length is the same as
|
a GRanges object with a special metadata slot, see
gRxCluster-object
Charles Berry example inst/ex-gRxCluster.R
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.