Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Correlation work #511

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

WIP: Correlation work #511

wants to merge 5 commits into from

Conversation

bgruening
Copy link
Member

needs to be ported to rpy2

<param format="tabular" name="input1" type="data" label="Dataset" help="Dataset missing? See TIP below"/>
<param name="numeric_columns" label="Numerical columns" type="text" multiple="True"
data_ref="input1" help="Multi-select list - hold the appropriate key while clicking to select multiple columns" />
<!--param name="numeric_columns" label="Numerical columns" type="data_column" numerical="True" multiple="True"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@guerler do you remember that we talk once about the data_column parameter and that it would be nice to allow an overwrite mode like in the workflow form. So a user could choose to insert numbers instead of choosing the fields.
I get this request now a lot in communities that do more statistics on large files (>30 columns).

This PR demonstrates a simple tool that can take 2-3 as an indicator of the columns instead of 2,3. Tests are passing, maybe you can use this to explore some UI options? The idea is to offer the user some more advances selections like 2,5,10-30,40 in an advanced mode next to the traditional data_column view.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant