Description Usage Arguments Details Value Author(s) See Also
This method encapsulates data objects in R/bioc to be used for interactive visualization. It converts GenomicRanges
objects to GIntervalTree
objects when appropriate. It returns objects from the EpivizData-class
hierarchy.
1 2 3 4 5 6 |
object |
data object to encapsulate |
columns |
columns in object to use. All columns are used if |
type |
for |
assay |
for |
annotation |
for |
... |
arguments passed to |
This function converts GenomicRanges
objects to GIntervalTree
objects when appropriate. For example, the rowData
slot in SummarizedExperiment
objects. Genomic coordinates for features in ExpressionSet
objects are obtained used the AnnotationDb
interface from the provided annotation.
Returns objects from the EpivizData-class
hierarchy depending on the provided object. When object
is a GenomicRanges
object and type=="block"
, a
EpivizBlockData-class
object is returned; a
EpivizBpData-class
object is returned if type=="bp"
. For SummarizedExperiment
and
ExpressionSet
objects, a EpivizFeatureData-class
object is returned. For SummarizedExperiment
objects, columns SYMBOL
and PROBEID
are assumed to be present in mcols(rowData(object))
.
Hector Corrada Bravo
EpivizData-class and subclasses, EpivizDeviceMgr-class, GenomicRanges, SummarizedExperiment, GIntervalTree, ExpressionSet
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.