Welcome to BNMPy’s documentation!¶
Contents:
- BMatrix
- Required Packages
- Installation
- Function Descriptions
- load_network_from_file(filename, initial_state=None)
- get_equations(file)
- get_gene_dict(equations)
- get_upstream_genes(equations)
- get_connectivity_matrix(equations,gene_dict,upstream_genes)
- get_truth_table(equations,upstream_genes, show_functions = None)
- get_mutation_dict(file)
- get_knocking_genes(profile, mutation_dict, connectivity_matrix, gene_dict,perturbed_genes=None, perturbed_dict=None)
- The calculating equations (which all start with
cal_
) are used post-simulation and calculate the phenotype scores and the final network score_ - get_calculating_scores is to be used post-simulation, which requires the BooleanNetwork code
- API