GenoGAMDataSetList-metrics: Computing metrics

Description Usage Arguments Value Author(s) Examples

Description

Computing metrics on each tile of the GenoGAMDataSetList object. All metrics from the Summary generics group, as well as mean, var, sd, median, mad and IQR are supported.

Usage

1
2
## S4 method for signature 'GenoGAMDataSetList'
Summary(x, ..., na.rm = FALSE)

Arguments

x

A GenoGAMDataSetList object

...

Additional arguments

na.rm

Should NAs be dropped. Otherwise the result is NA

Value

A matrix with the specified metric computed per tile per column of the assay data.

Author(s)

Georg Stricker georg.stricker@in.tum.de

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
ggd <- makeTestGenoGAMDataSetList()
sum(ggd)
min(ggd)
max(ggd)
mean(ggd)
var(ggd)
sd(ggd)
median(ggd)
mad(ggd)
IQR(ggd)

GenoGAM documentation built on Nov. 8, 2020, 7:45 p.m.