Description Objects from the Class Slots Methods Author(s) References See Also Examples
parameterOptions
is an object used to store and parse the various parameters
needed throughout this analysis pipeline.
Objects can be created by calls of the form parameterOptions(ploidy, boundMolecules, backgroundSignal, maxSignal, lociWidth, chipMean, chipSd, chipSmooth, stepSize, noiseFilter, removeBackground, lambdaPWM, PWMpseudocount, naturalLog, noOfSites, PWMThreshold, strandRule, whichstrand)
.
ploidy
:Object of class "numeric"
:
A numeric Value descibing the ploidy of the organism. Default: 2
boundMolecules
:Object of class "vector"
:
A vector (or single value) containing the number of bound Molecules
(bound Transcription Factors): Default: 1000
backgroundSignal
:Object of class "numeric"
:
A numeric value descibing the ChIP-seq background Signal
(average signal from real ChIP seq data). Default: 0
maxSignal
:Object of class "numeric"
:
A numeric value describing the highest ChIP-seq signal
(from real ChIP-seq data). Default: 1
lociWidth
:Object of class "numeric"
:
A numeric value describing bin size when splitting ChIP seq scores). Default: 20 000
chipMean
:Object of class "numeric"
:
A numeric value describing the mean width of a ChIP- seq peak.
Default:150
chipSd
:Object of class "numeric"
:
A numeric value describing the standard deviation of ChIP-seq peaks.
Default: 150
chipSmooth
:Object of class "vector"
:
A numeric value describing the width of the window used to smooth
Occupancy profiles into ChIP profiles. Default:250
stepSize
:Object of class "numeric"
:
A numeric value describing the step Size (in base pairs) between
each ChIP-seq score. Default:10 (Scored every 10 base pairs)
removeBackground
:Object of class "numeric"
:
A numeric value describing the value at which score should be removed.
Defualt:0 (If negative scores then remove)
noiseFilter
:Object of class "character"
Describes
noiseFilter method applied to ChIP scores
PWMThreshold
:Object of class "numeric"
:
Threshold at which PWM Score should be selected (only sites above
threshold will be selected - between 0 and 1)
strandRule
:Object of class "character"
:
"mean", "max" or "sum" will dertermine how strand should be handle
for computing PWM Scores. Default : "max"
whichstrand
:Object of class "character"
:
"+","-" or "+-" on which strand should PWM Score be computed.
Default: "+-"
lambdaPWM
:Object of class "vector"
A vector (or single value) contaning values for lambdaPWM Default:1
naturalLog
:Object of class "logical"
:
A logical value describing if natural Log will be used to compute
the PWM (if FALSE then log2 will be used). Default: TRUE
noOfSites
:Object of class "nos"
A Positive integer descibing number of sites (in base pair) should
be used from the PFM to compute PWM. Default =0 (Full width of
binding site will be used when set to 0)
PWMpseudocount
:Object of class "numeric"
:
A numeric value describing a PWMpseudocount for PWM computation.
Default:1
paramTag
:Object of class "character"
~Internal~
signature(object = "parameterOptions")
: ...
signature(object = "parameterOptions", value = "character")
: ...
signature(object = "parameterOptions")
: ...
signature(object = "parameterOptions", value = "vector")
: ...
signature(object = "parameterOptions")
: ...
signature(object = "parameterOptions", value = "numeric")
: ...
signature(object = "parameterOptions")
: ...
signature(object = "parameterOptions", value = "vector")
: ...
signature(object = "parameterOptions")
: ...
signature(object = "parameterOptions", value = "numeric")
: ...
signature(object = "parameterOptions")
: ...
signature(object = "parameterOptions", value = "numeric")
: ...
signature(object = "parameterOptions")
: ...
signature(object = "parameterOptions", value = "vector")
: ...
signature(.Object = "parameterOptions")
: ...
signature(object = "parameterOptions")
: ...
signature(object = "parameterOptions", value = "vector")
: ...
signature(object = "parameterOptions")
: ...
signature(object = "parameterOptions", value = "numeric")
: ...
signature(object = "parameterOptions")
: ...
signature(object = "parameterOptions", value = "numeric")
: ...
signature(object = "parameterOptions")
: ...
signature(object = "parameterOptions", value = "logical")
: ...
signature(object = "parameterOptions")
: ...
signature(object = "parameterOptions", value = "character")
: ...
signature(object = "parameterOptions")
: ...
signature(object = "parameterOptions", value = "character")
: ...
signature(object = "parameterOptions", value = "numeric")
: ...
signature(object = "parameterOptions")
: ...
signature(object = "parameterOptions", value = "numeric")
: ...
signature(object = "parameterOptions")
: ...
signature(object = "parameterOptions", value = "numeric")
: ...
signature(object = "parameterOptions")
: ...
signature(object = "parameterOptions", value = "numeric")
: ...
signature(object = "parameterOptions")
: ...
signature(object = "parameterOptions", value = "vector")
: ...
signature(object = "parameterOptions")
: ...
signature(object = "parameterOptions")
: ...
signature(object = "parameterOptions", value = "numeric")
: ...
signature(object = "parameterOptions")
: ...
signature(object = "parameterOptions", value = "character")
: ...
signature(object = "parameterOptions")
: ...
signature(object = "parameterOptions", value = "character")
: ...
Partick 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 | showClass("parameterOptions")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.