backgroundDist {profileScoreDist} | R Documentation |
backgroundDist
returns the background distribution of a profile
object.
backgroundDist(x)
x |
A ProfileDist object. |
This is a generic function.
The background distribution vector.
anObject <- ProfileDist() backgroundDist(anObject)