50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

GenoGAM (version 1.0.2)

Summary,GenomicTiles-method: Computing metrics

Description

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.

Examples

Run this code
gt <- makeTestGenomicTiles()
sum(gt)
min(gt)
max(gt)
mean(gt)
var(gt)
sd(gt)
median(gt)
mad(gt)
IQR(gt)

Run the code above in your browser using DataLab