scHiC_hm | R Documentation |
This function draws heatmap of HiC data so that we can visually compares the imputation results.
scHiC_hm(datvec, n, title = "Heatmap")
datvec |
A vector of upper triangular mamtrix. |
n |
Dimension of 2D matrix (i.e., the number of segments). |
title |
The title of the heatmap. |
Heatmap of the matrix.
. data("K562_1_true") scHiC_hm(K562_1_true[,1], 61, title="Expected")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.