-
Notifications
You must be signed in to change notification settings - Fork 26
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
Prepare code to allow STOCSY in multispectra #1871
Comments
you need to calculate the median of what (relative, absolute, min, or max)? the user has now one option is to enter a formula, Is what you looking for is to has two options is this what you mean? |
Sorry this was some notes during the meeting and the explanation was pretty short. This issue is actually quite complex to implement and will require a lot of calculations / options. We first need to generate for the spectra a matrix and for this we need to implement those 2 features:
Once this is done all the 'x' array of all the spectra should be the same (same from / to and same length). You can then call the method We can then based on the preferences draw 2 areas and a median chart. There will be 3 ways to color the median:
For the second method you can get inspired by this code: |
This should be developed behind the experimental flag. 4 buttons:
We need to calculate derived data from the matrix.
We need a path in light grey (see image above) that goes through all the min and the max. And for the STOCSY:
|
Calculate the median / Q1 / Q3 / min / max
Be able to display median, Q1/Q3 and min/max
Color the median by STOCSY
All those options should be available in the preferences of multi spectra analysis
The text was updated successfully, but these errors were encountered: