gneiss icon indicating copy to clipboard operation
gneiss copied to clipboard

compositional data analysis toolbox

Results 83 gneiss issues
Sort by recently updated
recently updated
newest added

Now that these functions are merged into biom-format, we can remove them from gneiss (yay).

For datasets without a clear defined phylogeny, we need to use hierarchical clustering. The scipy implementation is quite slow, but perhaps we can speed this up with fastcluster : https://pypi.org/project/fastcluster/

Right now, the `y_i` renaming of internal nodes is a bit jarring. Perhaps we should enable renaming of only internal nodes that don't have names with something like `clade_i`. The...

There is the scenario where we will need to compute the ILR transform across an entire tensor. Pull requests will be coming up shortly.

Right now, the runtime to create a balanced tree is O(n^2). We can do better, it should be O(n).

We will want to add some support for proportionality - [ ] Implementation of proportionality metrics - [ ] B-association regression tests

One thing that could be useful is a very simple command that allows for a balance test. It would look something like this 1. Bootstrap the samples (via multinomial sampling)...

There needs to be an explicit for this. See post below for more details. https://forum.qiime2.org/t/color-correction-in-gneiss-balance-taxonomy/7218/9

Hello, Would it be possible to have phyloseq support or an easy way of building a new gneiss object based on a phyloseq object. Thanks

From this forum post: https://forum.qiime2.org/t/gneiss-picking-up-of-meaningful-balances/8909/5 It looks like the numerator / denominator cutoff is slightly off -- here Bifidobacter should be in denominator - but in the plot, it looks...

help wanted
medium priority