Computing metrics on each tile of the GenomicTiles object.
So far all metrics from the Summary generics group, as well as
mean, var, sd, median, mad and IQR are supported.
Usage
"Summary"(x, ..., na.rm = FALSE)
"mean"(x)
"var"(x)
"sd"(x)
"median"(x)
"mad"(x)
"IQR"(x)
Arguments
x
A GenomicTiles object
...
Additional arguments
na.rm
Should NAs be dropped. Otherwise the result is NA
Value
A list of as many elements as there are assays.
Each element contains of a matrix with the specified
metric computed per tile per column of the assay data.