Use this function to pretty print in an R notebook useful statistics for the ensemble model analysis: how many drug combinations were tested by each model, the number of models used and how many nodes each boolean network model had.
print_model_and_drug_stats(drug.combs, models, nodes, html.output)
drug.combs | integer. Number of drug combinations tested |
---|---|
models | integer. Number of models tested |
nodes | integer. Number of network nodes |
html.output | logical. If TRUE, the printed output will look nice in an HTML document |