R/MultiSampleDiffAnalysis.R
getTopSpecifcPeaks.Rd
Get the top N specific peaks in each sample.
getTopSpecifcPeaks(
spm_data,
norm_data,
top_N = 1000,
save_path = NA,
file_prefix = NA
)
The Specificity Measure(SPM) result obtained by **calSPM**.
A normalized data matrix obtained by **quantification**.
The top N specific peaks to return. Default is 1000.
The path to save file.
The save file prefix.
getTopSpecifcPeaks(spm, quant_data, top_N = 1000)
#> Error in eval(expr, envir, enclos): object 'spm' not found