-
Notifications
You must be signed in to change notification settings - Fork 117
no extra anndata #179
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
base: ig/seruat_compat
Are you sure you want to change the base?
no extra anndata #179
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
What do you mean by this? It seems necessary in so far as the results match and means we don't need a separate object. |
View / edit / reply to this conversation on ReviewNB ilan-gold commented on 2025-06-17T08:02:41Z Would rename the layer something like "scaled_hvg" just to make it crystal clear what's going on |
I meant that I didn't actually check if the regression yields different results without the kludgy "masking" I'm doing here. I'll do that! |
Ok, can't hurt, But visually the results look the same so I was going on that. Good on you for being thorough haha :) |
OK, setting the and with |
View / edit / reply to this conversation on ReviewNB ilan-gold commented on 2025-06-17T11:22:36Z Why use the mask here and below, but not above? I would think they should all be the same |
This still needs some checking, I did this mostly blindly (where I didn’t you see that I modified the text)
I also didn’t verify that setting non-HVGs to
nan
and then doing regression isonce we know, maybe we can e.g. add a
mask
toregress_out
.