Description Usage Arguments Details Value Methods See Also Examples
Peaks obtained under different conditions (e.g. chip-chip, chip-seq,
mnase-seq) are typically not comparable in terms of their width.
adjustPeaks
modifies the mean and SD of the peak width distribution
for each condition, so that they become equivalent to the condition
with widest peaks. See details.
1 | adjustPeaks(x, adjust, sampleid, logscale = TRUE)
|
x |
|
adjust |
Vector indicating the adjustment factor, i.e. the condition under which each sample has been obtained. |
sampleid |
Vector containing the sample
identifier. |
logscale |
If set to |
In a sense, the peak calling resolution is decreased so that they become comparable to the less precise technology (notice that there is no reliable way to increase the precision given by a low-resolution technology).
GRangesList
object with adjusted widths.
Each element in x
contains
the binding sites for a different sample. The start, end and
chrosomome of each binding sites should be accessed via start
,
end
and space
.
procrustesAdj
for an alternative, more general, adjustment
based on Procrustes. distGPS
for computing distances,
mds
to create MDS-oriented objects.
1 | #See examples in help(procrustesAdj)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.