single_cell_parser
❭ network
❭ NetworkMapper
❭ _apply_network_modify_functions
NetworkMapper._apply_network_modify_functions¶
- single_cell_parser.network.NetworkMapper._apply_network_modify_functions()¶
Apply network modify functions to the network.
Network modify functions can be found in the module
network_modify_functions
, and always take the argumentspostCell
and aNetworkMapper
object.