emba (version 0.1.1)

print_model_and_drug_stats: Print model and drug statistics

Description

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.

Usage

print_model_and_drug_stats(drug.combs, models, nodes, html.output)

Arguments

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