AllenCell / AllenCell/vole-core

Use < 256 bins when data range is smaller than 256

オープン
#339 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
enhancement
主要言語
TypeScript
スター
106
フォーク
11
平均マージ
3日 51分
マージ済み PR(30日)
12

説明

## 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.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。