R/FootprintAnalysis.R
plotFootprintScore.Rd
A function to plot all samples footprint with scatter / heatmap.
plotFootprintScore(
score_result,
cluster_N = 6,
label_motif,
limit_Zscore = FALSE
)
The footprint score result obtained by **getFootprintScore**.
The cluster number for heatmap. Default: 6.
The motif list to label in the right of the heatmap.
Whether to limit zscore to -2 to 2. Default: FALSE.