-
Describe the goal of the project.
The goal is to examine how chances of a passenger surviving the Titanic disaster relate to factors such as sex, age and socio-economic status.
- Describe the d…
-
This is a proposal to solve #157.
First we must introduce a new kind of value, one that is neither `comptime` nor runtime.
It is a value that is known at compile-time, but only after all semantic …
-
https://bugs.python.org/issue27906 suggests that it's important to be able to accept multiple connections in a single event loop tick.
It's trivial to implement, too -- just
```python
def accept_…
-
Hey Jeremy, in #238 you mentioned:
> However, Neuroglancer currently only supports that if the dimension is unchunked, i.e. the chunk size is equal to the full extent of the dimension; for your exa…
-
Couldn't help but notice your `BaseSets` class looks very similar to my `IndexedRelations` class [here](https://github.com/LTLA/IndexedRelations). Probably with some work, we could massage `BaseSets` …
-
As a researcher at [Earthwatch](https://earthwatch.org.uk) responsible for the [Farming with Nature](https://earthwatch.org.uk/program/farming-with-nature/) program.
We want to augment our field d…
-
Hi,
I have counted a problem in my reading.
As you stated in appendix 1, for input drawn uniformly at random in the interval [-1, 1], pushing this input through a sine nonlinearity yields an arcsine…
-
- Peer review by: Banana Boat
- Names of team members that participated in this review: Cooper Likosar, Grant Williams, Pascal Bell, Arthur Herman, and Jonathan Nguyen
- Describe the goal of the…
-
Hello!
I can run cell-chat without any issue from a scRNAseq Seurat object but I'm finding problems with a ScanPy multiomics (rna+atacseq) object:
This is how I load the dataset:
```
setwd(wd)
…
-
Thomas Lumley has a very clear discussion of weighting in regression models [here](https://notstatschat.rbind.io/2020/08/04/weights-in-statistics/). It would be great to incorporate some useful porti…