get

single_cell_parser.network_modify_functions.get(funname)

Get the function with the given name.

Network modify functions reside in a module of the same name. This method fetches them from said module.

Parameters:
funname : str

Name of the function to get.

Returns:

The function with the given name.

Return type:

callable