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

Variance in Qoala-T estimations based on subset of data #44

Open
j-pfg opened this issue Mar 22, 2024 · 0 comments
Open

Variance in Qoala-T estimations based on subset of data #44

j-pfg opened this issue Mar 22, 2024 · 0 comments

Comments

@j-pfg
Copy link

j-pfg commented Mar 22, 2024

After successfully implementing steps 1 and 2 of Qoala-T for our FreeSurfer V7.4.0 processed T1 scans, we noticed that the predictions for the Qoala-T scores and subsequent recommendations vary a lot when we execute the Qoala_T_B_subset_based_github R script multiple times while using the same manual quality control rating from step 1.

Our total data set encompasses 158 scans, for which we extracted the necessary information through the Stats2Table_fs7 R script.
Afterwards, we performed a manual quality control for 45 scans and decided to include 35 scans and exclude 11 scans.

When running the Qoala_T_B_subset_based_github with the dataset including our 45 manual quality control ratings, the output with the recommendations for the remaining 113 scans varied a lot every time, e.g.:

  • 1st run: Qoala-T recommendations: Include: 98 Scans Exclude: 15 Scans Mean Qoala-T Score: 63
  • 2nd run: Qoala-T recommendations: Include: 107 Scans Exclude: 6 Scans Mean Qoala-T Score: 68.8
  • 3rd run: Qoala-T recommendations: Include: 106 Scans Exclude: 7 Scans Mean Qoala-T Score: 67.5
  • 4th run: Qoala-T recommendations: Include: 107 Scans Exclude: 6 Scans Mean Qoala-T Score: 75.5
  • 5th run: Qoala-T recommendations: Include: 104 Scans Exclude: 9 Scans Mean Qoala-T Score: 66.7
  • 6th run: Qoala-T recommendations: Include: 90 Scans Exclude: 23 Scans Mean Qoala-T Score: 61.2
  • 7th run: Qoala-T recommendations: Include: 107 Scans Exclude: 6 Scans Mean Qoala-T Score: 71.8
  • 8th run: Qoala-T recommendations: Include: 108 Scans Exclude: 5 Scans Mean Qoala-T Score: 71.8
    etc.
    (Note. We made sure to empty the environment in between every one of these runs.)

Do you have any recommendations on how to proceed? Is this to be expected? Which run should we choose?

Thank you for your help!

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

No branches or pull requests

1 participant