Skip to content
Prev 7055 / 21312 Next

[Bioc-devel] Changes to the SummarizedExperiment Class

On 03/04/2015 10:03 AM, Peter Haverty wrote:
The current version, under R-devel, is at

   devtools::source_gist("https://gist.github.com/mtmorgan/9f98871adb9f0c1891a4")

   > methods(class="SummarizedExperiment")
    [1] [                 [[                [[<-              [<-
    [5] $                 $<-               assay             assay<-
    [9] assayNames        assayNames<-      assays            assays<-
   [13] cbind             coerce            colData           colData<-
   [17] compare           Compare           countOverlaps     coverage
   [21] dim               dimnames          dimnames<-        disjointBins
   [25] distance          distanceToNearest duplicated        elementMetadata
   [29] elementMetadata<- end               end<-             exptData
   [33] exptData<-        extractROWS       findOverlaps      flank
   [37] follow            granges           isDisjoint        mcols
   [41] mcols<-           narrow            nearest           order
   [45] overlapsAny       precede           ranges            ranges<-
   [49] rank              rbind             replaceROWS       resize
   [53] restrict          rowData           rowData<-         seqinfo
   [57] seqinfo<-         seqnames          shift             show
   [61] sort              split             start             start<-
   [65] strand            strand<-          subset            subsetByOverlaps
   [69] updateObject      values            values<-          width
   [73] width<-

   see ?"methods" for accessing help and source code

and

 > head(attr(methods(class="SummarizedExperiment"), "info"))
                                                              generic visible
[,SummarizedExperiment,ANY-method                                  [    TRUE
[[,SummarizedExperiment,ANY,missing-method                        [[    TRUE
[[<-,SummarizedExperiment,ANY,missing-method                    [[<-    TRUE
[<-,SummarizedExperiment,ANY,ANY,SummarizedExperiment-method     [<-    TRUE
$,SummarizedExperiment-method                                      $    TRUE
$<-,SummarizedExperiment-method                                  $<-    TRUE
                                                              isS4          from
[,SummarizedExperiment,ANY-method                            TRUE GenomicRanges
[[,SummarizedExperiment,ANY,missing-method                   TRUE GenomicRanges
[[<-,SummarizedExperiment,ANY,missing-method                 TRUE GenomicRanges
[<-,SummarizedExperiment,ANY,ANY,SummarizedExperiment-method TRUE GenomicRanges
$,SummarizedExperiment-method                                TRUE GenomicRanges
$<-,SummarizedExperiment-method                              TRUE GenomicRanges

Martin