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
Hi, I found that there is a bug existing in the velovi tutorial:
I think the input should not be a tutorial, so I check "ext_uncertainty_df",
and it is a tuple, but its 1st term is a dataframe.
So I think the code to generate uncertainty should be:
for c in ext_uncertainty_df[0].columns: adata.obs[c + "_extrinisic"] = np.log10(ext_uncertainty_df[0][c].values)
Based on this approach, I can generate the uncertainty plot.
Thanks a lot.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I found that there is a bug existing in the velovi tutorial:
I think the input should not be a tutorial, so I check "ext_uncertainty_df",
and it is a tuple, but its 1st term is a dataframe.
So I think the code to generate uncertainty should be:
Based on this approach, I can generate the uncertainty plot.
Thanks a lot.
The text was updated successfully, but these errors were encountered: