Nothing
### =========================================================================
### reduceRanges
### =========================================================================
reduceRanges <- function(ranges, files, MAP, REDUCE, ..., init) {
if (is(ranges, "GenomicFiles")) {
files <- GenomicFiles::files(ranges)
ranges <- rowRanges(ranges)
}
if (!is(ranges, "GRanges") && !is(ranges, "GRangesList"))
stop("'ranges' must be GRanges or GRangesList")
.reduceByRange(ranges, list(files), MAP, REDUCE, ...,
iterate=FALSE)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.