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

Correct use of case list by gene set hierarchy selector component #4158

Merged
merged 1 commit into from
Feb 4, 2022

Conversation

pvannierop
Copy link
Contributor

Replaces PR #4153 from different repo.

Problem

The selected samples determine the outcome of the score-based geneset selection in the hierarchy selection component. In the present state the component receives the defaultSelectedSampleList to represent the sample collection. This behavior is incorrect since the gene set selection should depend on the sample list that is currently selected on Query Page. In addition, the dependence of geneset score-based selection on sample set is not made clear to the user.

Solution

This PR will:

  • Correct GenesetHierarchySelector to use the currently selected sample list.
  • Add a message to the GenesetHierarchySelector to inform the user of the dependence of geneset score-based selection on sample set (see image below)

image

@alisman alisman merged commit 4286f41 into master Feb 4, 2022
@alisman alisman deleted the fix_gsva_dialog_samplelist branch February 4, 2022 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants