maxSignal_-: Setter method for 'maxSignal' slot in a 'parameterOptions'...

Description Usage Arguments Details Value Author(s) References Examples

Description

Setter method for maxSignal slot in a parameterOptions object.

Usage

1
maxSignal(object) <- value

Arguments

object

object is a parameterOptions object.

value

value is a numerical value to be assigned to the maxSignal slot.

Details

In the context of ChIPanalyser, maxSignal represents the maximum normalised ChIP-Seq signal of a given Transcription factor (or DNA binding protein). Although, A default value of 1 has been assigned to this slot, we strongly recommend to tailor this value accordingly. We strongly encourage to set values when building a parameterOptions object.

Value

Returns a parameterOptions with an updated value for maxSignal.

Author(s)

Patrick C.N. Martin <p.martin@essex.ac.uk>

References

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.

Examples

1
2
3
4
# Building parameterOptions object
OPP <- parameterOptions()
#Setting new Value for maxSignal
maxSignal(OPP) <- 1.8

ChIPanalyser documentation built on Nov. 8, 2020, 8:23 p.m.