A function to plot all samples footprint with scatter / heatmap.

plotFootprintScore(
  score_result,
  cluster_N = 6,
  label_motif,
  limit_Zscore = FALSE
)

Arguments

score_result

The footprint score result obtained by **getFootprintScore**.

cluster_N

The cluster number for heatmap. Default: 6.

label_motif

The motif list to label in the right of the heatmap.

limit_Zscore

Whether to limit zscore to -2 to 2. Default: FALSE.

Examples