maximilianh / cellBrowser

main repo: https://github.com/ucscGenomeBrowser/cellBrowser/ - Python pipeline and Javascript scatter plot library for single-cell datasets, http://cellbrowser.rtfd.org
https://github.com/ucscGenomeBrowser/cellBrowser/
GNU General Public License v3.0
102 stars 40 forks source link

Fixed a typo #224

Closed gusevfe closed 2 years ago

gusevfe commented 2 years ago

This fixes an issue I noticed when noticed that expression in cellbrowser did not match the output of FeaturePlot of Seurat. In my case, exprArr had int64 type, it was not converted to uint32 and consequently the encoded string exprStr was twice as long. But only the first half was received in JS by cbData.js::gunzipAndConvert, leading to many zeros in the decoded array.

I assume this is a typo.

maximilianh commented 2 years ago

Oh nice!! This was indeed a typo! It's amazing that you found this!! Many thanks!

Let me know if I can do anything to help you with your project, we can host the data or make changes to the cell browser (within limits :-)