changwn / scFEA

single cell Flux Estimation Analysis (scFEA) Try the below web server!
http://scflux.org/
Other
93 stars 32 forks source link

Zero output in Tutorial1 example2 #35

Open sukyorsuki opened 1 year ago

sukyorsuki commented 1 year ago

Thanks for sharing the great tool! I successfully run these codes in tutorial1.ipynb, but the mouse_flux.csv turned out to be zero since row 27. The only change in the src/scFEA.py is 'BATCH-SIZE = 64' in my case. Any suggesion will be greatly appreciated!

`%%bash

cd /Users/chang/Documents/work/flux/scFEA

cd ./ python src/scFEA.py --data_dir data --input_dir input \ --test_file mouse_example_data.csv \ --moduleGene_file module_gene_complete_mouse_m168.csv \ --stoichiometry_matrix cmMat_complete_mouse_c70_m168.csv \ --sc_imputation True \ --output_flux_file output/mouse_flux_new.csv \ --output_balance_file output/mouse_balance_new.csv` 微信图片_20230401142124

image

sukyorsuki commented 1 year ago

Having solved

lxzzzzzzzzzzzzzzzzzzzz commented 4 months ago

I met the same problem, how did you solve it, thank you!