https://github.com/bhklab/analyze_readii_outputs

Code for analyzing outputs from the READII package or the readii-orcestra pipeline.

https://github.com/bhklab/analyze_readii_outputs

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.4%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

Code for analyzing outputs from the READII package or the readii-orcestra pipeline.

Basic Info
  • Host: GitHub
  • Owner: bhklab
  • License: mit
  • Language: Jupyter Notebook
  • Default Branch: main
  • Size: 5.98 MB
Statistics
  • Stars: 1
  • Watchers: 2
  • Forks: 0
  • Open Issues: 4
  • Releases: 0
Created almost 2 years ago · Last pushed over 1 year ago
Metadata Files
Readme License

README.md

analyzereadiioutputs

Code for analyzing outputs from the READII package or the readii-orcestra pipeline.

Workflow Contents

  • shell script for setting up the directory structure
  • Python Jupyter Notebook for pre-processing the clinical and image features data and setting up the pre-existing radiomic signatures
  • R notebook for performing feature selection and CPH modeling

Data Organization

Raw data (currently what would be the deconstructed output from ORCESTRA object) raw └── rawdata └── {DATASETNAME} ├── clinical ├── fmcib_outputs └── readii_outputs {DATASETNAME}_READII-RADIOMICS_MAE.RDS

Processed data = filtered clinical, radiomic, and deep learning features, possibly split into training and test sets raw └── procdata └── {DATASETNAME} └── clinical ├── cleaned_filtered_clinical_{DATASETNAME}.csv └── [OPTIONAL] train_test_labelled_clinical_{DATASETNAME}.csv └── radiomics ├── clinical └── merged_clinical_{DATASETNAME}.csv ├── features ├── merged_radiomicfeatures_{image_type}_{DATASETNAME}.csv └── labelled_radiomicfeatures_only_{image_type}_{DATASETNAME}.csv └── [OPTIONAL] train_test_split ├── clinical └── train_merged_clinical_{DATASETNAME}.csv └── test_merged_clinical_{DATASETNAME}.csv ├── train_features └── train_labelled_radiomicfeatures_only_{image_type}_{DATASETNAME}.csv └── test_features └── test_labelled_radiomicfeatures_only_{image_type}_{DATASETNAME}.csv └── deep_learning ├── clinical └── merged_clinical_{DATASETNAME}.csv ├── features └── merged_fmcibfeatures_{image_type}_{DATASETNAME}.csv └── labelled_fmcibfeatures_only_{image_type}_{DATASETNAME}.csv └── [OPTIONAL] train_test_split ├── clinical └── train_merged_clinical_{DATASETNAME}.csv └── test_merged_clinical_{DATASETNAME}.csv ├── train_features └── train_labelled_fmcibfeatures_only_{image_type}_{DATASETNAME}.csv └── test_features └── test_labelled_fmcibfeatures_only_{image_type}_{DATASETNAME}.csv

TODO:

  • [ ] Implement logger
  • [ ] Implement ORCESTRA download
  • [ ] Implement MAE deconstructor
    • [ ] Unpack clinical data --> save to csv
    • [ ] Unpack radiomic features --> save each experiment to csv
    • [ ] Unpack deep learning features --> save each experiment to csv
    • [ ] Get list of experiments, specifically the negative controls
  • [ ] Make this into a snakemake pipeline
  • [ ] Implement config file creation if one is not present
  • [ ] Move datasetupfor_modelling from scripts into notebooks
  • [ ] Finish implementing survival time and event setup as functions
  • [x] Supports MRMR training over k folds
  • [ ] Doesn't support MRMR training over 1 fold
  • [ ] Doesn't support regular training over k folds
  • [ ] Doesn't support loading model weights across k folds

Owner

  • Name: BHKLAB
  • Login: bhklab
  • Kind: organization
  • Location: Toronto, Ontario, Canada

The Haibe-Kains Laboratory @ Princess Margaret Cancer Centre

GitHub Events

Total
  • Issues event: 19
  • Issue comment event: 6
  • Push event: 47
  • Pull request review comment event: 1
  • Pull request review event: 1
  • Pull request event: 7
  • Create event: 3
Last Year
  • Issues event: 19
  • Issue comment event: 6
  • Push event: 47
  • Pull request review comment event: 1
  • Pull request review event: 1
  • Pull request event: 7
  • Create event: 3

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 167
  • Total Committers: 2
  • Avg Commits per committer: 83.5
  • Development Distribution Score (DDS): 0.024
Past Year
  • Commits: 167
  • Committers: 2
  • Avg Commits per committer: 83.5
  • Development Distribution Score (DDS): 0.024
Top Committers
Name Email Commits
Katy Scott k****6@g****m 163
Sejin Kim h****o@s****m 4
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 15
  • Total pull requests: 4
  • Average time to close issues: 2 months
  • Average time to close pull requests: about 5 hours
  • Total issue authors: 1
  • Total pull request authors: 1
  • Average comments per issue: 0.4
  • Average comments per pull request: 0.0
  • Merged pull requests: 4
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 15
  • Pull requests: 4
  • Average time to close issues: 2 months
  • Average time to close pull requests: about 5 hours
  • Issue authors: 1
  • Pull request authors: 1
  • Average comments per issue: 0.4
  • Average comments per pull request: 0.0
  • Merged pull requests: 4
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • strixy16 (17)
Pull Request Authors
  • strixy16 (8)
Top Labels
Issue Labels
enhancement (4) feature (1)
Pull Request Labels