Conversation
…interfere with other processes)
…ations_subject function (in run_pipeline_predicicton.py)
…#13 from ckronlage
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Main changes :
Harmonisation Parameters Updated
The harmonisation parameters and process using ComBat have been updated to exclude the group covariate (control vs. patient). This change was made in response to user feedback indicating that including both patients and controls when computing harmonisation parameters could lead to inaccuracies in the harmonised features plotted against normative curves.
License & Registration Requirement
A new security layer has been implemented: AID-HS now requires a license file to run. Users must register to receive their license. This change helps us maintain responsible distribution, ensure compliance, and support communication about bug fix and new release.
Change in Data Downloading
The AID-HS data folder is now download from GIthub, as Figshare the platform hosting the AID-HS model parameters results in failures during the automated downloading of the parameters. (fixes PR #12 )
Other minor issues fixed:
Updated documentation
Update installation instruction with automated downloading of data, update contact details, clarify FAQ
Minor code cleanup for improved stability and maintainability