hits_score | R Documentation |
compute hits based on z-scores, value abot threhsold
hits_score(df, z_thresh = 5, ignore_cols = c("id", "bin"))
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) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.