tanaylab / metacells

Metacells - Single-cell RNA Sequencing Analysis
MIT License
86 stars 8 forks source link

Pick the column in var DF to mask by in tools.find_named_genes #47

Closed ukleiner closed 1 year ago

ukleiner commented 1 year ago

Allow finding vars (genes) by columns and not only by var.index (var_names)

orenbenkiki commented 1 year ago

Nice. Some points though:

These are minor points though - fix them and I'll merge this to be released in the coming-really-soon-I-promise v0.9.

Thanks!

orenbenkiki commented 1 year ago

Github still complains about a conflict - specifically in named.py - it won't let me resolve the conflicts, it seems it insists the PR author will do so.

ukleiner commented 1 year ago

I'm working on resolving the issue. I'll post once I think I'm done

ukleiner commented 1 year ago

Looks like HEAD is missing pipeline/clean.py I had to add it for the analyze_clean_genes function, I couldn't find it in any other file in HEAD. Please let me know if everything is fine. Thank you for the very clear guidelines in this pull request

orenbenkiki commented 1 year ago

Hmmm - I think I renamed this file a while back when as part of the "grand rename". There were several structural changes at the time. Since this channge is small, perhaps your best bet is to delete this PR, clone the repository as it is now, and apply the changes to it (creating a new PR). This would probably be less of a hassle than doing the merge here (git, what can we do... if the world was using Darcs or something like it, it wouldn't have been a problem...). Sorry about the hassle.

ukleiner commented 1 year ago

Done. I think there are no conflicts now. https://github.com/tanaylab/metacells/pull/48