aggregate_diagonals: Aggregates diagonals of based on similarity of XY...

Description Usage Arguments

Description

Merges 2 contact maps in sparse format and then aggregates it diagonals. The aggregation process is performed as follows:

After algorithm is finished diagonals are assigned to groups (pools).

Usage

1
2
3
4
5
6
7
8
aggregate_diagonals(
  mtx1.sparse,
  mtx2.sparse,
  agg.diags = TRUE,
  which.test = c("energy", "KS")[1],
  alpha = 0.05,
  exclude.outliers = FALSE
)

Arguments

mtx1.sparse

data frame, contact map in sparse format

mtx2.sparse

data frame, contact map in sparse format

agg.diags

logical if false leave each diagonal in separate group (no pooling)

alpha

numeric significance threshold for chi square test


rz6/DIADEM documentation built on Dec. 31, 2019, 3:51 a.m.