Description Details Fields Methods Author(s)
Encapsulate data for genomic features
The object
field is constrained to be SummarizedExperiment
. Data is obtained from columns of
a determined assay
. Measurement names are checked against the row names of the colData
slot. The rowData
is assumed
to be a GIntervalTree
object, its mcols
must contain columns PROBEID
and SYMBOL
.
assay
:(integer or character) indicating assay from which data is obtained
.checkColumns(columns)
: Checks columns
are a subset of names(colData(object))
.
.getColumns()
: Returns names(colData(object))
.
plot()
: Calls the scatterPlot
method of EpivizDeviceMgr-class
with the first measurements in columns
as x
and y
.
getMeasurements()
: Returns list describing data encapsulated in this object.
Hector Corrada Bravo
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.