We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
# using the trained model for data simulation python main_matilda_task.py --rna [trainRNA] --adt [trainADT] --atac [trainATAC] --cty [traincty] --simulation True --simulation_ct 1 --simulation_num 200 # Example run python main_matilda_task.py --rna ../data/TEAseq/train_rna.h5 --adt ../data/TEAseq/train_adt.h5 --atac ../data/TEAseq/train_atac.h5 --cty ../data/TEAseq/train_cty.csv --simulation True --simulation_ct 1 --simulation_num 200
In this code section, simulation_ct option should be -1 I believe.
simulation_ct
-1
The text was updated successfully, but these errors were encountered:
Thanks a lot for pointing this out. We have already updated.
Sorry, something went wrong.
No branches or pull requests
In this code section,
simulation_ct
option should be-1
I believe.The text was updated successfully, but these errors were encountered: