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
Dear developers,
I wonder if there is documentation/example for training based on Dnase/ATAC-seq input? I would highly appreciate suggestions on parameter tweaking!!
It seems ATAC/Dnase are supported model architectures from these lines in train_and_validate:
train_and_validate
if model_arch_name == "BPNet_ATAC_DNase": model = get_model( tasks, bias_tasks, model_arch_params, bias_model_arch_params, name_prefix="main") else: model = get_model(tasks, model_arch_params, name_prefix="main")
Thanks!!
The text was updated successfully, but these errors were encountered:
Is there any update on this question?
Sorry, something went wrong.
No branches or pull requests
Dear developers,
I wonder if there is documentation/example for training based on Dnase/ATAC-seq input? I would highly appreciate suggestions on parameter tweaking!!
It seems ATAC/Dnase are supported model architectures from these lines in
train_and_validate
:Thanks!!
The text was updated successfully, but these errors were encountered: