A function to identify sample specific peaks.

getSpecificPeak(
  norm_data,
  jsd_file,
  cutoff = 0.2,
  save_path = NA,
  file_prefix = NA
)

Arguments

norm_data

A normalized data matrix obtained by **quantification**.

jsd_file

The JSD result obtained by **calJSD**.

cutoff

The JSD cutoff to determine the sample specific peaks. Default is 0.2.

save_path

The path to save the sample specific peak result.

file_prefix

The save file prefix.

Examples

 getSpecificPeak(norm_data, jsd_file, cutoff=0.2)
#> Error in eval(expr, envir, enclos): object 'jsd_file' not found