hm: hm

Description Usage Arguments Value Examples

View source: R/hm.R

Description

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

Usage

1
hm(datvec, n, title = "Heatmap")

Arguments

datvec

A vector of upper triangular mamtrix.

n

Number of bins.

title

The title of the heatmap.

Value

Heatmap of the matrix.

Examples

1
2
3
.
data("K562_1_true")
hm(K562_1_true[,1], 61, title="Expected")

Queen0044/scHiCBayes documentation built on Dec. 18, 2021, 8:43 a.m.