networkcommons.methods.filter_incoherent_TF_target
- networkcommons.methods.filter_incoherent_TF_target(moon_res, TF_reg_net, meta_network, RNA_input)
Filters incoherent TF-target interactions from the meta_network based on the given inputs.
Parameters: moon_res (pd.DataFrame): DataFrame TF_reg_net (pd.DataFrame): DataFrame containing TF regulatory network. meta_network (networkx.Graph): Graph representing the meta network. RNA_input (dict): Dictionary containing RNA input values.
Returns: networkx.Graph: Filtered meta network with incoherent TF-target interactions removed.