Navigation

  • index
  • modules |
  • next |
  • BNMPy 0.1 documentation »
  • Welcome to BNMPy’s documentation!

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_cal_upstream_genes(equations):
      • get_cal_functions(equations):
    • get_calculating_scores is to be used post-simulation, which requires the BooleanNetwork code
      • get_calculating_scores(network_traj, cal_functions, cal_upstream_genes, gene_dict, cal_range=None, scores_dict=None)
  • API
    • BNMPy.BMatrix
      • get_upstream_genes()
      • load_network_from_file()
      • load_network_from_string()
      • load_pbn_from_file()
      • load_pbn_from_string()
      • rename_nodes()
    • BNMPy.booleanNetwork
      • BooleanNetwork
      • getDataFromFile()
      • getParametersFromFile()
      • getRandomInitialNodeValues()
      • getRandomParameters()
    • BNMPy.build_bn_from_kg
      • add_genes_to_network()
      • load_signor_network()
      • merge_network()
    • BNMPy.PBN
      • ProbabilisticBN
    • BNMPy.vis
    • BNMPy.steady_state
      • SteadyStateCalculator

Indices and tables¶

  • Index

  • Module Index

  • Search Page

Table of Contents

  • Welcome to BNMPy’s documentation!
  • Indices and tables

Next topic

BMatrix

This Page

  • Show Source

Quick search

Navigation

  • index
  • modules |
  • next |
  • BNMPy 0.1 documentation »
  • Welcome to BNMPy’s documentation!
© Copyright 2025, IlyaLab. Created using Sphinx 8.1.3.