ProfileDist-class {profileScoreDist} | R Documentation |
This class represents signal and background score distributions for a profile.
## 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)