Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running Bug #11

Open
dada6124357 opened this issue Apr 11, 2023 · 1 comment
Open

Running Bug #11

dada6124357 opened this issue Apr 11, 2023 · 1 comment

Comments

@dada6124357
Copy link

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?

@juychen
Copy link
Collaborator

juychen commented Apr 11, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants