Feature/preclinical tables - #4
Merged
Merged
Conversation
added 8 commits
July 23, 2026 13:02
…reatment responses
…ity and structure
- Created `inspect_CCLE_2015.R` and `inspect_ccle_2019.R` scripts to analyze CCLE datasets, including treatment responses and molecular profiles. - Updated `pixi.toml` to include `pymysql` dependency. - Enhanced database models in `tables.py` to include relationships for RNA-seq data, mutations, and copy number variations. - Modified `preclinical_seeding_coordinator.py` to create all necessary tables in the database.
… and gcsi extractions
- Implemented preclinical_seed_gcsi.py to handle GCSI dataset seeding, including cell lines, samples, treatment responses, and molecular data. - Implemented preclinical_seed_prism.py to handle PRISM dataset seeding, including cell lines, samples, and treatment responses. - Both scripts include data validation, cleaning functions, and support for auto-prefixing sample IDs. - Added command-line argument parsing for specifying data directories and dataset names.
…pabilities - Introduced support for loading RNA-seq, microarray, and copy number variation (CNV) datasets. - Added functions for transforming and cleaning molecular data values. - Implemented chunked processing for large CSV files to optimize memory usage. - Enhanced dataset metadata loading with validation checks for required fields. - Updated sample and treatment response seeding to accommodate new molecular data structures. - Created a new script for analyzing and summarizing copy number variation data from multiple sources. -Added seeding for drug and cell line data for database tables
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.
No description provided.