Isaac Virshup

Results 487 comments of Isaac Virshup

@pcm32, sorry for the late response here. Came at a busy time of year. I believe there will already be issues open on scanpy for this.

About implementation for nullable string support: This is somewhat complicated by pandas having multiple backends for nullable string arrays (pyarrow and pd.StringDtype). We probably want to go with an on...

This is starting to come up more frequently, and will likely be even more of an issue with the next release of pandas (which is coming soon). To head that...

@gokceneraslan, you may also be interested in some functionality from the (currently in development) chame package by @gtca, specifically the [`chame.pp.filter_by_ranges`](https://github.com/gtca/chame/blob/d7ec7777b5c2573ddb8ba5a1014d084996988681/chame/pp/ranges.py) function.

To document a use case here, I would like to have a "fancy directory" page like this: https://scanpy.readthedocs.io/en/stable/tutorials/index.html Without needing to have this page, and definitely without this page being...

Sounds good to me. How are you thinking of handling reproducibility w.r.t. random seeds? To me, the best solution here is to make it easy to do small multiples for...

As an additional example, I was thinking about using [zebra-stripes (like a camera)](https://en.wikipedia.org/wiki/Zebra_patterning) for showing when information was hidden. Not sure if it's quite there yet, but its something: Code...

> I think we should have a 'cookbook' where we can keep this and other information. I've been trying to be organized about keeping notebooks around for this ([here](https://github.com/ivirshup/notebooks/tree/master/plotting)). Of...

> The only advantage of sort_order=order_array is that is explicit for the user. Another advantage is that it could be user specified per plot when there are multiple plots. -------------------...

Some examples of what this looks like: ``` $ git push -f --set-upstream origin 0.10.x Total 0 (delta 0), reused 0 (delta 0), pack-reused 0 remote: error: GH013: Repository rule...