Description Usage Arguments Details Value Author(s) References Examples
Accessor Method for the lambdaPWM
slot in a
parameterOptions
object
1 | lambdaPWM(object)
|
object |
|
The model underlying ChIPanalyser internally infers two paramters: number of bound molecules and lambda. Lambda represents a scaling factor for the Position weight matrix (PWM). This can be described as how well does a TF discriminate between high affinity and very high affinity sites.
Returns the value assigned to the lambdaPWM
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<e2><80><93>94.
1 2 3 4 5 6 7 | # Loading data
data(ChIPanalyserData)
#Building data objects
GPP <- parameterOptions(lambdaPWM=1)
#Setting new Value for lambdaPWM
lambdaPWM(GPP)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.