Description Usage Arguments Details Value Author(s) References Examples
Setter Method for the lociWidth
slot in a
parameterOptions
object
1 | lociWidth(object)<-value
|
object |
|
value |
|
When using the processingChIP
function, the provided ChIP
scores will be split into bins of a given size. lociWidth determines the Size
of that bin. Default is set at 20 000 bp.
This mean that the ChIP profiles provided will be split into bins of 20 000 bp
over the entire profile provided if no loci of interest is provided.
Returns the value assigned to the lociWidth
slot in a
parameterOptions
object.
Patrick C. N. Martin <p.martin@essex.ac.uk>
Zabet NR, Adryan B (2015) Estimating binding properties of transcription factors from genome-wide binding profiles. Nucleic Acids Res., 43, 84–94.
1 2 3 4 5 6 7 | # Loading data
data(ChIPanalyserData)
#Building data objects
GPP <- parameterOptions(lociWidth=20000)
#Setting new Value for lociWidth
lociWidth(GPP) <- 30000
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.