Description Usage Arguments Details Value Author(s) References Examples
Setter method for chipSmooth
slot in
parameterOptions
object.
1 | chipSmooth(object) <- value
|
object |
|
value |
|
When computing ChIP-seq like (computeChIPProfile
) profile
from occupancy data (see computeOccupancy
),
the profiles are smoothed using a window of a given size.
The default value is set at 250 base pairs.If chipSmooth
is set to 0 then the profile will not be smoothed.
We strongly encourage to set values when building a
parameterOptions
object.
Returns a parameterOptions
object with an updated
value for chipSmooth
slot.
Patrick C.N Martin <pm16057@essex.ac.uk>
Zabet NR, Adryan B (2015) Estimating binding properties of transcription factors from genome-wide binding profiles. Nucleic Acids Res., 43, 84<e2><80><93>94.
1 2 3 4 | # Building parameterOptions object
OPP <- parameterOptions()
# Setting new value for chipSd slot
chipSmooth(OPP) <- 250
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.