Git Product home page Git Product logo

Comments (12)

mortonjt avatar mortonjt commented on July 26, 2024 1

from q2-gneiss.

ggloor avatar ggloor commented on July 26, 2024 1

yes we are getting close to having ALDEx2 up and running inside QIIME2. https://github.com/dgiguer is just putting the finishing touches on this

from q2-gneiss.

Oddant1 avatar Oddant1 commented on July 26, 2024

Is this still a relevant issue? The error definitely isn't being raised, but it looks like all of the methods that even use metadata in gneiss are deprecated.

from q2-gneiss.

thermokarst avatar thermokarst commented on July 26, 2024

It might still be relevant:

from q2-gneiss.

mortonjt avatar mortonjt commented on July 26, 2024

Thanks @thermokarst - yes this is still an outstanding issue

It'll boil down to something as follows here: https://github.com/qiime2/q2-gneiss/blob/master/q2_gneiss/cluster/_cluster.py#L93

difference = set(table.index) - set(gradient.index)
if difference and not ignore_missing_samples:
            raise KeyError("There are samples not included in the mapping "
                           "file. Override this error by using the "
                           "`ignore_missing_samples` argument. Offending "
                           "samples: %s"
                           % ', '.join(sorted([str(i) for i in difference])))

Concerning deprecation - the stats methods are being deprecated in favor of other differential abundance methods such as songbird and hopefully aldex2. CC @ggloor

from q2-gneiss.

Oddant1 avatar Oddant1 commented on July 26, 2024

And this should be a thing in all q2-gneiss methods taking a Metadata or MetadataColumn as input?

from q2-gneiss.

mortonjt avatar mortonjt commented on July 26, 2024

from q2-gneiss.

Oddant1 avatar Oddant1 commented on July 26, 2024

😆 those poor lonely deprecated methods

from q2-gneiss.

Oddant1 avatar Oddant1 commented on July 26, 2024

I'm not finding any relevant methods other than gradient_clustering

from q2-gneiss.

Oddant1 avatar Oddant1 commented on July 26, 2024

Also, do we want ignore_missing_samples arguments to be included in any relevant methods?

from q2-gneiss.

mortonjt avatar mortonjt commented on July 26, 2024

from q2-gneiss.

Oddant1 avatar Oddant1 commented on July 26, 2024

Yeah I realized that after looking at it a bit more closely

from q2-gneiss.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.