upper_tri: Get upper triangular matrix from a HiC contact matrix

Description Usage Arguments Value Examples

View source: R/upper_tri.R

Description

This function takes a HiC contact matrix and returns the upper triangular matrix. It divides the diagonal counts by 2.

Usage

1
upper_tri(mat)

Arguments

mat

HiC contact matrix

Value

The upper triangular matrix of the original one

Examples

1
plot(0)

qenvio/dryhic documentation built on March 17, 2020, 8:37 p.m.