Documentation
- Boolean Function
- Example
BooleanFunctionBooleanFunction.__str__()BooleanFunction.__repr__()BooleanFunction.__mul__()BooleanFunction.__rmul__()BooleanFunction.__and__()BooleanFunction.__or__()BooleanFunction.__xor__()BooleanFunction.__invert__()BooleanFunction.__call__()BooleanFunction.__weakref__BooleanFunction.absolute_biasBooleanFunction.biasBooleanFunction.canalizingBooleanFunction.canalizing_depthBooleanFunction.constantBooleanFunction.degenerateBooleanFunction.essential_degreeBooleanFunction.essential_variablesBooleanFunction.from_cana()BooleanFunction.get_absolute_bias()BooleanFunction.get_activities()BooleanFunction.get_average_sensitivity()BooleanFunction.get_canalizing_depth()BooleanFunction.get_canalizing_strength()BooleanFunction.get_canalizing_strength_of_variables()BooleanFunction.get_edge_effectiveness()BooleanFunction.get_effective_degree()BooleanFunction.get_essential_variables()BooleanFunction.get_hamming_weight()BooleanFunction.get_input_redundancy()BooleanFunction.get_kset_canalizing_proportion()BooleanFunction.get_kset_canalizing_proportion_of_variables()BooleanFunction.get_layer_structure()BooleanFunction.get_number_of_essential_variables()BooleanFunction.get_symmetry_groups()BooleanFunction.get_type_of_inputs()BooleanFunction.hamming_weightBooleanFunction.input_typesBooleanFunction.is_canalizing()BooleanFunction.is_constant()BooleanFunction.is_degenerate()BooleanFunction.is_k_canalizing()BooleanFunction.is_kset_canalizing()BooleanFunction.is_monotonic()BooleanFunction.nested_canalizingBooleanFunction.to_cana()BooleanFunction.to_logical()BooleanFunction.to_polynomial()BooleanFunction.to_truth_table()BooleanFunction.summary()
display_truth_table()get_layer_structure_from_canalized_outputs()f_from_expression()
- Boolean Network
- Example
BooleanNetworkBooleanNetwork.remove_constants()BooleanNetwork.__str__()BooleanNetwork.__repr__()BooleanNetwork.summary()BooleanNetwork.get_types_of_regulation()BooleanNetwork.simplify_functions()BooleanNetwork.get_identity_nodes()BooleanNetwork.propagate_constants()BooleanNetwork.__call__()BooleanNetwork.__weakref__BooleanNetwork.compute_synchronous_state_transition_graph()BooleanNetwork.from_DiGraph()BooleanNetwork.from_cana()BooleanNetwork.from_string()BooleanNetwork.get_attractors_and_robustness_synchronous()BooleanNetwork.get_attractors_and_robustness_synchronous_exact()BooleanNetwork.get_attractors_synchronous()BooleanNetwork.get_attractors_synchronous_exact()BooleanNetwork.get_attractors_synchronous_exact_non_autonomous()BooleanNetwork.get_attractors_synchronous_exact_with_external_inputs()BooleanNetwork.get_derrida_value()BooleanNetwork.get_fbls()BooleanNetwork.get_ffls()BooleanNetwork.get_modular_structure()BooleanNetwork.get_network_with_edge_controls()BooleanNetwork.get_network_with_fixed_identity_nodes()BooleanNetwork.get_network_with_node_controls()BooleanNetwork.get_outdegrees()BooleanNetwork.get_source_nodes()BooleanNetwork.get_steady_states_asynchronous()BooleanNetwork.get_steady_states_asynchronous_given_one_initial_condition()BooleanNetwork.get_strongly_connected_components()BooleanNetwork.get_terminal_sccs_and_robustness_asynchronous_exact()BooleanNetwork.get_trajectories()BooleanNetwork.get_transient_lengths_exact()BooleanNetwork.plot()BooleanNetwork.plot_modular_structure()BooleanNetwork.to_DiGraph()BooleanNetwork.to_bnet()BooleanNetwork.to_cana()BooleanNetwork.to_string()BooleanNetwork.to_truth_table()BooleanNetwork.update_network_SDDS()BooleanNetwork.update_network_synchronously()BooleanNetwork.update_single_node()
get_entropy_of_basin_size_distribution()
- Wiring Diagram
WiringDiagramWiringDiagram.__str__()WiringDiagram.__repr__()WiringDiagram.get_outdegrees()WiringDiagram.__weakref__WiringDiagram.from_DiGraph()WiringDiagram.get_fbls()WiringDiagram.get_ffls()WiringDiagram.get_modular_structure()WiringDiagram.get_source_nodes()WiringDiagram.get_strongly_connected_components()WiringDiagram.plot()WiringDiagram.plot_modular_structure()WiringDiagram.to_DiGraph()
- Generate
- Example
random_function()random_function_with_bias()random_function_with_exact_hamming_weight()random_degenerate_function()random_non_degenerate_function()random_parity_function()random_k_canalizing_function()random_k_canalizing_function_with_specific_layer_structure()random_NCF()random_non_canalizing_function()random_non_canalizing_non_degenerate_function()random_wiring_diagram()random_edge_list()random_degrees()rewire_wiring_diagram()random_network()random_null_model()
- Bio Models
- Modularity
- Utils