Description Usage Arguments Value Methods (by generic) Slots Constructor
This class represents signal and background score distributions for a profile.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | ## S4 method for signature 'ProfileDist'
show(object)
## S4 method for signature 'ProfileDist'
score(x)
## S4 method for signature 'ProfileDist'
signalDist(x)
## S4 method for signature 'ProfileDist'
backgroundDist(x)
## S4 method for signature 'ProfileDist'
plotDist(x)
|
object |
A ProfileDist object for the |
x |
A ProfileDist object. |
A ProfileDist object.
show
: Shows useful information
score
: Accessor for the scores
signalDist
: Accessor for the signal distribution
backgroundDist
: Accessor for the background distribution
plotDist
: Simple plot method for signal and background
distributions
f
Signal distribution
g
Background distribution
Scores
Scores for the distributions
ProfileDist(f=numeric, g=numeric, Scores=numeric)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.