-
Notifications
You must be signed in to change notification settings - Fork 0
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
Use eda subsetting as a wdk search parameter #1314
base: main
Are you sure you want to change the base?
Conversation
f799868
to
d4b68f8
Compare
65afb12
to
76fd220
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed and understood the big picture of extracting useAnalysisState()
from useAnalysis()
😄
Thanks! Happy to answer any questions. |
@asizemore I just pushed some commits that uses an eda scatterplot in the phenotype section of gene pages. I am testing it with a local genomics-site dev server. In
Run Let me know if you have questions. |
fixes #1311
This PR introduces the use of EDA subsetting for a WDK search parameter. In this particular implementation, we are using a WDK
stringParam
and using a custom React component (EdaSubsettingParameter
) to integrate EDA subsetting.This required extracting analysis modification code from the
useAnalysis
hook, to prevent synchronization issues related to managing state.TODOs
useAnalysisState
hook fromuseAnalysis