generics {ACME} | R Documentation |
See methods descriptions for details.
vals(x, ...) chromosome(object, ...) end(x, ...) start(x, ...) plot(x, y, ...) cutpoints(x, ...) threshold(x, ...)
x |
An |
object |
An |
y |
Treated as missing for plotting these types of objects |
... |
Passed into method |
These are all getters for ACMESet
and ACMECalcSet
objects.
See methods descriptions for details
Sean Davis <sdavis2@mail.nih.gov>
data(example.agff) head(chromosome(example.agff)) head(end(example.agff)) head(start(example.agff))