Yoshiki Vázquez Baeza
Yoshiki Vázquez Baeza
In principle this is supported, though it may be tricky to combine the reports for Python and JavaScript.
Currently, to create custom axes in your ordinations, you have to specify these when you create the plot. This procedure however could be changed to be supported through the GUI,...
Currently this is only possible when saving an SVG file.
A group of samples should be capable of creating an ellipsoid centered at the centroid of all the points and with a volume given either by the standard deviation or...
If two decomposition models share metadata categories, there's currently no easy way to differentiate between them. While this is highly unlikely as the descriptors will be at the feature and...
The core maintainer of phantomjs has announced that he'll stop supporting phantomjs in favor of an upcoming feature of chrome, see link: https://groups.google.com/forum/m/#!topic/phantomjs/9aI5d-LDuNE This should not be a blocker yet,...
Right now when a range in a `DecompositionView` changes, we re-compute the global ranges, what should really happen is that only the dimension that changed should be updated/recomputed. Note that...
Often times the colors used for the spheres in the PCoA plot are likely to be the ones that will be used in the animation, if that's the case colors...
We should be able to compile a small list of commonly used metadata categories, these should be listed at the top of the metadata category selection menus.
If we have a value that's listed as `no_data`, `NULL`, `NAN`, it should just be collapsed into a category listed as missing data, and perhaps even colored in black. The...