AllenCell / AllenCell/vole-core

Use < 256 bins when data range is smaller than 256

Abierto
#339 1 comentario 0 reacciones 0 asignados Ver en GitHub
enhancement
Lenguaje dominante
TypeScript
Estrellas
106
Forks
11
Merge medio
3 d 51 min
PR fusionados (30 d)
12

Descripción

## Use Case

Suggestion from a discussion w/ me and Kevin!

Image

In cases where the data range is an integer and the range between the min and max is < 256, there are often many unused bins because the number of bins is always fixed at 256. There can also be pairs of adjacent bins that are filled/not filled due to slicing.

## Solution

- [ ] Update Histogram to use < 256 bins when data range is smaller than 256.
- [ ] Update LUT to handle Histograms with fewer bins.

## Alternatives

- Alternatives include adjusting this histogram view in the TFEditor in vole-app.

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.