R/MultiSampleDiffAnalysis.R
plotClusterSpecificPeak.Rd
A function to help you plot the sample specific peaks with heatmap.
plotClusterSpecificPeak(
specific_peak,
zscore_min = -2,
zscore_max = 2,
cluster_N = 10,
cluster_col = FALSE,
color = NA,
save_path = NA,
file_prefix = NA,
figure_height = 14,
figure_width = 7
)
A sample specific peak file obtained by **getSpecificPeak**.
The maximum value of the zscore. Default: -2.
The minium value of the zscore. Default: 2.
Wheather to clustering columns. Default: FALSE.
Providing your color.
The path to save the sample specific peak pdf file.
The save file prefix.
The PDF height. Default: 14.
The PDF width. Default: 7.
The cluster number obtained by **getClusterNum**.
plotClusterSpecificPeak(sp_peaks, cluster_num = 7)
#> Error in plotClusterSpecificPeak(sp_peaks, cluster_num = 7): unused argument (cluster_num = 7)