Description Usage Arguments Functions Slots
This object is used to gather all parameters from fitting PICS to a single candidate region.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 | ## S4 method for signature 'pics'
show(object)
## S4 method for signature 'pics'
minRange(x)
## S4 method for signature 'pics'
maxRange(x)
## S4 method for signature 'pics'
score(x)
## S4 method for signature 'pics'
scoreReverse(x)
## S4 method for signature 'pics'
scoreForward(x)
## S4 method for signature 'pics'
chromosome(x)
## S4 method for signature 'pics'
se(x)
## S4 method for signature 'pics'
seF(x)
## S4 method for signature 'pics'
seR(x)
## S4 method for signature 'pics'
sigmaSqF(x)
## S4 method for signature 'pics'
sigmaSqR(x)
## S4 method for signature 'pics'
delta(x)
## S4 method for signature 'pics'
mu(x)
## S4 method for signature 'pics'
w(x)
## S4 method for signature 'pics'
K(x)
## S4 method for signature 'pics'
code(x)
## S4 method for signature 'pics'
summary(object)
|
object, x |
A |
show,pics-method
: show method
minRange,pics-method
: Get start of range
maxRange,pics-method
: Get end of range
score,pics-method
: Score accessor.
scoreReverse,pics-method
: Reverse score accessor.
scoreForward,pics-method
: Forward score accessor.
chromosome,pics-method
: Chromosome accessor
se,pics-method
: se accessor
seF,pics-method
: Forward se accessor
seR,pics-method
: Reverse se accessor
sigmaSqF,pics-method
: sigmaSqF accessor
sigmaSqR,pics-method
: sigmaSqR accessor
delta,pics-method
: delta accessor
mu,pics-method
: mu accessor
w,pics-method
: w accessor
K,pics-method
: K accessor
code,pics-method
: Error code accessor
summary,pics-method
: Summary of the object
estimates
A list containing all parameters estimates as well as standard errors.
Nmerged
The number of binding events that were merged; binding events that overlap are merged.
converge
A logical
value indicating whether the EM algorithm has converged.
chr
The candidate region's chromosome.
score
Score of the binding event
scoreF
Forward score of the binding event.
scoreR
Reverse score of the binding event.
range
Genomic ranges.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.