Description Usage Arguments Details Value Methods Note Author(s) See Also
Accessor functions for S4 classes in package "ChIPseqR"
.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | ## S4 method for signature 'ANY'
binding(x, ...)
## S4 method for signature 'ANY'
cutoff(x, ...)
## S4 replacement method for signature 'ANY'
cutoff(x, ...) <- value
## S4 method for signature 'ANY'
nullDist(x, ...)
## S4 replacement method for signature 'ANY'
nullDist(x, ...) <- value
## S4 method for signature 'ANY'
peaks(x, ...)
## S4 method for signature 'ANY'
pvalue(x, ...)
## S4 method for signature 'ANY'
support(x, ...)
|
x |
An S4 object. |
... |
Further arguments, ignored by default method. |
value |
New value for slot. |
These methods allow safe read (and in some cases write) access to slots of S4 classes and should be used for this purpose rather than modifying slots manually.
The current value of the interrogated slot.
Default method for accessor function.
This page documents the generics and their default behaviour. See the help page of each class for class specific implementations.
Peter Humburg
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.