Plot the sample specific peaks.
plotSpecificPeak(
specific_peak,
zscore_min = -2,
zscore_max = 2,
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.
Heatmap 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.
plotSpecificPeak(sp)
#> Error in eval(expr, envir, enclos): object 'sp' not found