Skip to content
New issue

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

run_umap error #160

Open
strawberry098 opened this issue Aug 29, 2024 · 3 comments
Open

run_umap error #160

strawberry098 opened this issue Aug 29, 2024 · 3 comments

Comments

@strawberry098
Copy link

I'm getting the following error for run_umap

image

where Cell is the column name containing cell ID values.

How can I resolve this?

@SeppeDeWinter SeppeDeWinter transferred this issue from aertslab/scenicplus Aug 30, 2024
@SeppeDeWinter
Copy link
Collaborator

Hi @strawberry098

Can you show the output of

print(cistopic_obj1_models)

print(cistopic_obj.selected_model)

All the best,

Seppe

@strawberry098
Copy link
Author

Hi @SeppeDeWinter

print(cistopic_obj1_models)
CistopicObject from project cisTopic with n_cells × n_regions = 92054 × 201656

print(cistopic_obj1_models.selected_model)
CistopicLDAModel with 40 topics and n_cells × n_regions = 92054 × 201656

Thank you

@SeppeDeWinter
Copy link
Collaborator

Hi @strawberry098

I see with the issue is now, you spelled "Cell" with a capital "C", it should be "cell".
Now the function should raise an error when this occurs: 787ce42.

All the best,

Seppe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants