morris-lab / CellOracle

This is the alpha version of the CellOracle package
Other
316 stars 56 forks source link

editing the evaluate_and_plot_simulation_value_distribution function #188

Closed Alireza-Majd closed 8 months ago

Alireza-Majd commented 8 months ago

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.

KenjiKamimoto-ac commented 8 months ago

Thank you, @Alireza-Majd