alam-shahul
alam-shahul
## Description Calculate Moran's I statistic using `obsm` or `obs` instead of just columns in `var` ... I was wondering if it would be possible to add this functionality to...
I'm trying to use `anndata.concat()` to merge two AnnData objects with the following structure: ``` object_1 = { ... uns: { "property": { "0": None } } ... } object_2...
Forgive me if I'm not understanding how it's supposed to work, but it seems that [this](https://github.com/CellProfiler/python-bioformats/blob/25bdff74845db41bf8f12870f4771d0f21910558/bioformats/omexml.py#L369) line might not be implemented correctly? Shouldn't it be ``` image_nodes = root.findall(qn(self.ns['ome'], "Image"))...
Course 5-7 was added last semester. Can you add it and its requirements to the system?
Is it possible to add reactions as a field for the Message object? Not sure what this would entail, but seems like an important feature of any Facebook Messenger message!
### Description of new feature Would it be possible to add `ak.quantile` or `ak.percentile` functions, akin to [`np.quantile`](https://numpy.org/doc/stable/reference/generated/numpy.quantile.html)? To compute quantiles for every row in an Awkward Array, etc.