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

Unexpected behaviour #109

Open
dbdimitrov opened this issue Nov 20, 2023 · 1 comment
Open

Unexpected behaviour #109

dbdimitrov opened this issue Nov 20, 2023 · 1 comment

Comments

@dbdimitrov
Copy link

dbdimitrov commented Nov 20, 2023

Hi,

Thanks for making such a easy-to-use and well documented package!

I was using it and noticed that my adata object got modified and essentially broke my pipeline downstream.

Please, if this is absolutely needed, make a copy of the .var first, and if you want to edit the adata inplace, add some verbosity:

adata_sc.var.index = [g.lower() for g in adata_sc.var.index]

Thanks!
Daniel

@dbdimitrov dbdimitrov changed the title Unwanted behaviour Unexpected behaviour Nov 20, 2023
@gaddamshreya1
Copy link
Collaborator

Hi @dbdimitrov! Thank you for your interest in Tangram and the feedback.
I agree adding some verbosity with respect to this is essential. I will add this feature asap.

-Shreya

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