You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I have finished the bulkmodel.py,run the scmodel.py using(python scmodel.py --sc_data "GSE110894" --dimreduce "DAE" --drug "I.BET.762" --bulk_h_dims "256,128" --bottleneck 512 --predictor_h_dims "128,64" --dropout 0.1 --printgene "F" -mod "new" --lr 0.5 --sampling "upsampling" --printgene "F" -mod "new" --checkpoint "False" )following error has occured
save/bulk_pre/integrate_data_GSE110894_drug_I.BET.762_bottle_256_edim_512,256_pdim_256,128_model_DAE_dropout_0.1_gene_F_lr_0.5_mod_new_sam_no
cannot find correct seperators, return tab as seperator
WARNING: It seems you use rank_genes_groups on the raw count data. Please logarithmize your data before calling rank_genes_groups.
what is the problem?
The text was updated successfully, but these errors were encountered:
Hi, we did not encounter this problem in our enviroment. But someone has a similar experience. Could you please refer to this ? #6
pp.read_sc_file often reports errors because it cannot interpret the separators in the file, even with the pre-built single-cell data. A quick fix I discovered is to force sep=',' in this method.
when I have finished the bulkmodel.py,run the scmodel.py using(python scmodel.py --sc_data "GSE110894" --dimreduce "DAE" --drug "I.BET.762" --bulk_h_dims "256,128" --bottleneck 512 --predictor_h_dims "128,64" --dropout 0.1 --printgene "F" -mod "new" --lr 0.5 --sampling "upsampling" --printgene "F" -mod "new" --checkpoint "False" )following error has occured
save/bulk_pre/integrate_data_GSE110894_drug_I.BET.762_bottle_256_edim_512,256_pdim_256,128_model_DAE_dropout_0.1_gene_F_lr_0.5_mod_new_sam_no
cannot find correct seperators, return tab as seperator
WARNING: It seems you use rank_genes_groups on the raw count data. Please logarithmize your data before calling rank_genes_groups.
what is the problem?
The text was updated successfully, but these errors were encountered: