ChIPScore-class | R Documentation |
"ChIPScore"
ChIPScore
is the result of the processingChIP
function. This object contains the extracted ChIP Score from ChIP data, the loci of interest and optional paramters associated to ChIPanalyser. The loci of interest will either be user provided or the top n regions as defined by the reduce argument im processingChIP
. This object has the sole purpose of aiding the storage and parsing of data and parameters.
Object of this class are created internaly and will be parsed to other objects as is.
scores
:Object of class "list"
List of extracted ChIP scores
loci
:Object of class "loci"
GRanges containing loci of interest
ploidy
:Object of class "numeric"
Ploidy level of the organism
boundMolecules
:Object of class "vector"
Number of Bound molecules to the DNA
backgroundSignal
:Object of class "numeric"
ChIP background signal (average ChIP score)
maxSignal
:Object of class "numeric"
max ChIP signal
lociWidth
:Object of class "numeric"
Width of loci if reduce is used and no loci are provided
chipMean
:Object of class "numeric"
Average ChIP peak width
chipSd
:Object of class "numeric"
Standard Deviation of ChIP peak width
chipSmooth
:Object of class "vector"
Smoothing window width for ChIP score
stepSize
:Object of class "numeric"
Defining resolution size of ChIP like profiles (10bp = signal will be only considered every 10bp)
removeBackground
:Object of class "numeric"
Signal Threshold to be removed. Default removes all negative scores
noiseFilter
:Object of class "character"
Type of noise filter to be used on ChIP data.
PWMThreshold
:Object of class "numeric"
Threshold of PWM scores that will be selected
strandRule
:Object of class "character"
Rule to compute strand score (max, mean or sum)
whichstrand
:Object of class "character"
Which strand should be used to compute PWM scores.
lambdaPWM
:Object of class "vector"
Lambda value - Scaling factor to the PWM
naturalLog
:Object of class "logical"
PFM to PWM conversion log transform ( natural log or log2)
noOfSites
:Object of class "nos"
Number of Sites in the PWM that should be used to compute PWM scores.
PWMpseudocount
:Object of class "numeric"
PWM pseudocount value for PFM to PWM conversion.
paramTag
:Object of class "character"
Internal Tag - Code progression
Class "parameterOptions"
, directly.
signature(object = "ChIPScore", value = "loci")
: ...
signature(object = "ChIPScore", value = "list")
: ...
signature(.Object = "ChIPScore")
: ...
signature(object = "ChIPScore")
: ...
signature(object = "ChIPScore")
: ...
signature(object = "ChIPScore")
: ...
Patrick C.N. Martin
Zabet NR, Adryan B (2015) Estimating binding properties of transcription factors from genome-wide binding profiles. Nucleic Acids Res., 43, 84–94. Patrick C.N. Martin and Nicolae Radu Zabe (2020) Dissecting the binding mechanisms of transcription factors to DNA using a statistical thermodynamics framework. CSBJ, 18, 3590-3605.
processingChIP
showClass("ChIPScore")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.