scHiC_hm: This function draws heatmap of HiC data so that we can...

View source: R/scHiC_hm.R

scHiC_hmR Documentation

This function draws heatmap of HiC data so that we can visually compares the imputation results.

Description

This function draws heatmap of HiC data so that we can visually compares the imputation results.

Usage

scHiC_hm(datvec, n, title = "Heatmap")

Arguments

datvec

A vector of upper triangular mamtrix.

n

Dimension of 2D matrix (i.e., the number of segments).

title

The title of the heatmap.

Value

Heatmap of the matrix.

Examples

.
data("K562_1_true")
scHiC_hm(K562_1_true[,1], 61, title="Expected")

Queen0044/HiCImpute documentation built on Oct. 9, 2022, 9:30 a.m.