Updated the evaluate_and_plot_simulation_value_distribution function within celloracle/trajectory/oracle_core.py to dynamically use the n_genes parameter for determining the number of top shifted genes to display. Previously, the display count was incorrectly fixed at 4 within the for loop in function, despite the presence of an n_genes argument in the function's definition.
Updated the
evaluate_and_plot_simulation_value_distribution
function within celloracle/trajectory/oracle_core.py to dynamically use then_genes
parameter for determining the number of top shifted genes to display. Previously, the display count was incorrectly fixed at 4 within the for loop in function, despite the presence of ann_genes
argument in the function's definition.