R/MultiSampleDiffAnalysis.R
getSpecificPeak.Rd
A function to identify sample specific peaks.
getSpecificPeak(
norm_data,
jsd_file,
cutoff = 0.2,
save_path = NA,
file_prefix = NA
)
A normalized data matrix obtained by **quantification**.
The JSD result obtained by **calJSD**.
The JSD cutoff to determine the sample specific peaks. Default is 0.2.
The path to save the sample specific peak result.
The save file prefix.
getSpecificPeak(norm_data, jsd_file, cutoff=0.2)
#> Error in eval(expr, envir, enclos): object 'jsd_file' not found