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/hicutils documentation built on May 26, 2019, 11:35 a.m.