Donny Bertucci

Results 12 issues of Donny Bertucci

Can `easy-cluster` take one of the external databases as input? ie with one of these that you have listed ``` Name Type Taxonomy Url - Alphafold/UniProt Aminoacid yes https://alphafold.ebi.ac.uk/ -...

enhancement

If in the future it becomes easier to implement. As a recall it was removed because it added bloat to the code and unwanted complexity. Although could technically be done...

So no loading screen. Benefit to this is there will be an animation between the points if the scatterplot doesn't get created and destroyed every load.

enhancement

![Screenshot 2023-02-02 at 10 08 55 PM](https://user-images.githubusercontent.com/65095341/216525456-33065660-3251-4c07-8ff4-38ccd851de1e.png) I am bad at estimating sizes of numbers. How much larger is 1237691236 to 92378910? Visual encodings in the table view would be...

wish 🌠

this takes 10000000000000000000000000000000000000000000000000000000 years. I want there to be only one tsne running in the back

bug

After #4, use [NOVA](https://github.com/poloclub/nova) or [anywidget](https://github.com/manzt/anywidget) to integrate it into jupyter

enhancement

So it can be published to NPM and easily used

enhancement

**Array creation functions added:** - eye (ones down the diagonal and zeros everywhere else) - tri (lower triangular 1s and 0s everywhere else) - full (fills the array with specified...

Matching numpy, numjs would improved if numjs also had the following methods - `eye()` https://numpy.org/devdocs/reference/generated/numpy.eye.html - `tri()` https://numpy.org/devdocs/reference/generated/numpy.tri.html - `full` https://numpy.org/devdocs/reference/generated/numpy.full.html - `ones_like()` https://numpy.org/devdocs/reference/generated/numpy.ones_like.html - `zeros_like()` https://numpy.org/devdocs/reference/generated/numpy.zeros_like.html - `full_like()` https://numpy.org/devdocs/reference/generated/numpy.full_like.html...

Weirdly if you don't add ```js optimizeDeps: { exclude: ["embedding-atlas"], }, ``` to the vite config, the generate clusters functionality doesn't work and stays with the statusMessage of `Generating Clusters...`...