get_summary: Summarise fits

get_summaryR Documentation

Summarise fits

Description

Summarise fits

Usage

get_summary(
  fit_summaries,
  bead_binders,
  concordance_scores,
  weak_score_threshold = 0.5,
  strong_score_threshold = 1,
  weak_concordance = 0.75,
  strong_concordance = 0.95,
  out_dir,
  verbose = TRUE
)

Details

this function calls hits from the fit summaries. You can change the concordance and score cutoffs, but changing the posterior interval widths used to call hits is harder because you'd have to also pass those values to the part where the fit summaries are computed.


andrewGhazi/basehitmodel documentation built on Oct. 22, 2023, 9:21 p.m.