Eric Siegel

Results 5 issues of Eric Siegel

Improve the docstring for count_mat to specify what the cols and rows should be. Also, add documentation that the data should all be integer data.

Added the parameter `metadata_cols` which takes a list of Seurat metadata names that will be retained as clusters in Loupe file. Without supplying this list all viable columns are used...

**Describe the bug** When creating a new issue the "description" field is not always a valid field, but it is always being set. In my case the description field has...

Using version 2.0.0 this polygon will not report self intersection: ```js { type: 'Feature', properties: {}, geometry: { type: 'Polygon', coordinates: [[ [0,1], [1,1], [2,2], [1,1], [0,1] ]] } }...

This will make it easier for custom h5 writers, as is the case with #91