AlloViz.AlloViz.utils¶
Module containing helper functions and variables used by many other modules
Module Attributes
List of the correct names of available network construction methods |
|
List of the available network metrics that can be calculated in analysis |
|
List of the available network filterings that can be performed for analysis |
|
Pool variable to share among modules |
Functions
|
Function to retrieve shared pool variable |
|
Process the passed object and return a list of strings |
|
Return the case-sensitive, correct name of an AlloViz network construction method |
|
Recursive version of the built-in getattr |
|
Recursive version of the built-in hasattr |
Classes
Class to mimic a process Pool when only using 1 core (synchronous) |