linnarsson-lab / loom-viewer

Tool for sharing, browsing and visualizing single-cell data stored in the Loom file format
BSD 2-Clause "Simplified" License
35 stars 6 forks source link

Add histogram plot #70

Open JobLeonard opened 7 years ago

JobLeonard commented 7 years ago

So the matrix of gene vs gene plots below has the fairly useless gene vs itself (with jitter) plots on the diagonal:

image

Amit told me that the common thing to do there was to show a histogram of the gene value distribution instead. We don't have a plotter for that yet. Since I got most other big issues out of the way, it seems like a sensible next thing to work on. Also because it is required for creating a "violin" plot (see #10), since that will just be a matrix of sideways histograms.