generics {ACME}R Documentation

Generics defined within ACME

Description

See methods descriptions for details.

Usage

vals(x, ...)
chromosome(object, ...)
end(x, ...)
start(x, ...)
plot(x, y, ...)
cutpoints(x, ...)
threshold(x, ...)

Arguments

x

An ACMESet or ACMECalcSet object (for cutpoints and threshold)

object

An ACMESet or ACMECalcSet object (for cutpoints and threshold)

y

Treated as missing for plotting these types of objects

...

Passed into method

Details

These are all getters for ACMESet and ACMECalcSet objects.

Value

See methods descriptions for details

Author(s)

Sean Davis <sdavis2@mail.nih.gov>

See Also

ACMESet, ACMECalcSet

Examples

data(example.agff)
head(chromosome(example.agff))
head(end(example.agff))
head(start(example.agff))

[Package ACME version 2.38.0 Index]