Git Product home page Git Product logo

Comments (2)

vmikk avatar vmikk commented on June 20, 2024 1

Schema file describing the parameters and possible options for some of those:
https://github.com/vmikk/PhyloNext/blob/main/nextflow_schema.json
(still a work-in-progress)

from phylonext.

vmikk avatar vmikk commented on June 20, 2024

Hello Thomas!

That is correct, --leaflet_var depends on --indices.
Essentially, indices must be chosen at the step when we estimate diversity with Biodiverse.
Biodiverse supports ~380 indices.
By default, we estimate the most essential ones (e.g., species richness, PD, phylogenetic endemism).
At the visualization step, we can show only the indices present in the resulting table.
In addition, for some of the indices, there could be standardized effect sizes (SES, a.k.a. Z-scores). Biodiverse provides them using the same name but in a different table. To visualize them, we must add SES_ prefix to the index name (e.g., SES_PD).
Currently, there is no "compatibility" validation of index names specified with these two parameters (missing indices just would not be displayed).

However, we can create a mapping file. Is there a preferred format for it?

With kind regards,
Vladimir

PS. In Biodiverse, indices are organized into modules (subroutines).
So specifying --indices "calc_pd" will provide estimates for 4 indices (PD, PD_P, PD_P_per_taxon, PD_per_taxon) plus their effect sizes (SES_*) which could be visualized.

from phylonext.

Related Issues (17)

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.