A function to calculate the JSD score.

calJSD(norm_data, save_path = NA, file_prefix)

Arguments

norm_data

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

save_path

The path to save the JSD score result.

file_prefix

The save file prefix.

Examples

 calJSDscore(norm_data = quant_data)
#> Error in calJSDscore(norm_data = quant_data): could not find function "calJSDscore"