chrHeatMap | R Documentation |
Plot a heatmap of binned signal across the whole genome
chrHeatMap(
chrHeatMat,
clusterSamples = TRUE,
showColNames = TRUE,
title = "",
scaleValue = "score"
)
chrHeatMat |
output of chrHeatMat() after binning. Not that smaller binSize may cause memory errors. |
clusterSamples |
Boolean indicating if samples (columns) should be hierarchically clustered (TRUE) or remain in order (FALSE). Can be a data frame for grouping samples with row.names=names(GRList) and columns indicating annotations for groups. |
showColNames |
Boolean indicating if sample names (column names) should be shown. Default is TRUE. |
title |
character containing title for heatmap |
scaleValue |
character containing the title for the heatmap scale- Default is 'score' |
Prints a ComplexHeatmap with binned chromosomes as rows, and samples as columns
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.