Skip to content

A bug in tutorial #19

@HelloWorldLTY

Description

@HelloWorldLTY

Hi, I found that there is a bug existing in the velovi tutorial:

image

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.

image

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.

image

Thanks a lot.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions