compute hits based on z-scores, value abot threhsold

hits_score(df, z_thresh = 5, ignore_cols = c("id", "bin"))

Arguments

df

data frame of z-scores

z_thresh

threshold above which to consider a hit.

ignore_cols

columns to ignore from hit analysis (e.g. feature id)