View source: R/visualization.R
hit_calling_venn | R Documentation |
This function draws a Venn diagram of the counts of interactions that pass the three hit-calling criteria for the provided thresholds.
hit_calling_venn(
score_df,
score_threshold = 0.5,
concordance_threshold = 0.75,
interval_width = 0.95
)
score_df |
a dataframe of basehit scores from model_proteins_separately() |
score_threshold |
exclude ixns with scores below this value |
concordance_threshold |
exclude ixns with concordance values below this threshold |
interval_width |
exclude ixns where a credible interval of this proportion includes 0 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.