lambdaPWM<- | R Documentation |
lambdaPWM
slot in a
parameterOptions
object
Setter Method for the lambdaPWM
slot in a
parameterOptions
object
lambdaPWM(object)<-value
object |
|
value |
|
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–94.
# Loading data data(ChIPanalyserData) #Building data objects GPP <- parameterOptions(lambdaPWM=1) #Setting new Value for lambdaPWM lambdaPWM(GPP) <- 2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.