Skip to content
Prev 3610 / 21307 Next

[Bioc-devel] SummarizedExperiments

On 09/06/2012 02:26 PM, Kasper Daniel Hansen wrote:
GenomicRanges 1.9.65 in Bioc devel makes the following operations on 
SummarizedExperiment work on the underlying rowData; I particularly like 
subsetByOverslaps() for selecting, e.g., SummarizedExperiment rows that 
overlap features of interest, and seqlevels(x, force=TRUE) = 
paste("chr", 1:5), for instance, for selecting sequences of interest. 
See the section 'GRanges compatibility (rowData access)' on 
?SummarizedExperiment.

Martin

compare, countOverlaps, coverage, disjointBins, distance, 
distanceToNearest, duplicated, end, end<-, findOverlaps, flank, follow, 
granges, isDisjoint, match, mcols, mcols<-, narrow, nearest, order, 
precede, ranges, ranges<-, rank, resize, restrict, seqinfo, seqinfo<-, 
seqnames, shift, sort, start, start<-, strand, strand<-, width, width<-.