Code Monkey home page Code Monkey logo

Comments (5)

joverlee521 avatar joverlee521 commented on June 7, 2024

I was wondering why the "Unknown" value wasn't automatically ignored by Auspice and found this was done on purpose!

// HACK: keep space at the end: workaround for Auspice filtering out "Unknown"
// https://github.com/nextstrain/auspice/blob/797090f8092ffe1291b58efd113d2c5def8b092a/src/util/globals.js#L182
pub const AUSPICE_UNKNOWN_VALUE: &str = "Unknown ";

from nextclade.

ivan-aksamentov avatar ivan-aksamentov commented on June 7, 2024

Thanks Jover!

Since the beginning, we've been trying to carefully ignore the country and other values, because Nextclade inputs and, therefore, newly attached tree nodes simply don't have this information.

My understanding is that in our own datasets we don't have these fields, and so these colorings do not even appear in the dropdown.

I had to add the handling of unknown values long time ago for the reasons I don't remember clearly, but I found this Slack thread:
https://bedfordlab.slack.com/archives/C7SDVPBLZ/p1596559922285700?thread_ts=1596488014.283400&cid=C7SDVPBLZ

But maybe it needs to be revisited.

You know more about this things. What can you recommend?

from nextclade.

joverlee521 avatar joverlee521 commented on June 7, 2024

Ah, the grey scale is the intended behavior in Auspice for values that are not defined in the color scale.

Maybe the easiest thing to do here would be for Nextclade to use "Unknown" (without the space at the end) so that the new tree nodes just don't have a country value? This way the new nodes will automatically get colored as grey for these colorings and you can remove the injection of the color scale.

from nextclade.

rneher avatar rneher commented on June 7, 2024

We have never been very careful about metadata other than clades on these trees. But many datasets 'inherit' these metadata attributes from the workflows they are based on.

I don't think I fully understand the problem yet though. If I look at these trees in auspice (outside of nextclade) they get assigned the default rainbow colors. Is it that only after adding the fake Unknown_ auspice then generates the grey values?

I don't remember all the reasons why we wanted to avoid auspice interpreting this as Unknown. But I guess we can remove the space and see whether we get any unwanted behavior.

from nextclade.

joverlee521 avatar joverlee521 commented on June 7, 2024

Is it that only after adding the fake Unknown_ auspice then generates the grey values?

Yes, Nextclade injects a single color scale for the added Unknown_ value and Auspice will "create shades of grey for values in the tree which weren't defined in the provided scale".

Using the Influenza H1N1pdm HA dataset as an example, the "Region" color-by looks fine because tree.json includes a scale for region. However, the "Country" color-by is grey scale because the tree.json does not define a scale for country.

from nextclade.

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.