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
In cnmf it has been solved, But in omicverse its still here.
The text was updated successfully, but these errors were encountered:
cnmf_obj.consensus(k=selected_K, density_threshold=density_threshold, show_clustering=True, close_clustergram_fig=False)
Sorry, something went wrong.
add norm_tpm.X = norm_tpm.X.astype(np.float32) and norm_counts.X = norm_counts.X.astype(np.float32) can solve this problem
Hi, I can't reproduce the problem you're posing, can you give a detailed input/output case, and what is reported as an error?
Zehua
fix the error of cNMF #107, #85
1baf079
We have fixed this error in omicverse 1.6.6
No branches or pull requests
In cnmf it has been solved, But in omicverse its still here.
The text was updated successfully, but these errors were encountered: