GenomicRanges objects to GIntervalTree objects when appropriate. It returns objects from the EpivizData-class hierarchy.
"register"(object, columns=NULL, type=c("block", "bp", "geneInfo"), ...)
"register"(object, columns=NULL, assay=1)
"register"(object, columns=NULL, annotation=NULL)
"register"(object, kind=c("gene", "tx"), keepSeqlevels=NULL, ...)NULLGenomicRanges objects, use block representation, base-pair level quantitative representation, or gene annotation (see below)SummarizedExperiment and ExpressionSet objects, determine which assay to useExpressionSet objects, determine the annotation to use to obtain feature genomic coordinates. If NULL, then annotation(object) is usedOrganismDb objects, return a "gene" or
"transcript" annotation. Only gene annotations are currently
supported.OrganismDb objects, a list of seqnames
to retain in the gene annotation. See keepSeqlevelsEpivizData-class subclasses constructorsEpivizData-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)).
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.Gene Annotations: Gene annotations can be provided throughGenomicRanges (using type="geneInfo") or
OrganismDb objects. For the latter, we assume a Gene
(character) column is available containing gene names, and a Exons (IRangesList) column is
available. Annotations using GRangesList objects will be supported in the near future.