Description Usage Arguments Details Value Examples
MeDIP data from tiling arrays are smoothed by determining for each probe i the weighted average of the probes within a window of size wsize centered at i
1 |
data |
An object of class MEDMEset |
wsize |
number; the size of the smoothing window, in bp |
wFunction |
string; the type of weighting function, to choose among linear, exp, log or none |
The un-smoothed data are read from the slot logR of the data MEDMEset and the resulting smoothed data are saved on the smoothed slot.
An object of class MEDMEset. In particular, the smoothed data are saved on the smoothed slot.
1 2 3 | data(testMEDMEset)
# just an example with the first 1000 probes
testMEDMEset = smooth(data = testMEDMEset[1:1000,])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.