https://github.com/bhklab/predictio-uv-dist

Distributed univariable predictive modelling for Immuno-Oncology response

https://github.com/bhklab/predictio-uv-dist

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
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.4%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Distributed univariable predictive modelling for Immuno-Oncology response

Basic Info
  • Host: GitHub
  • Owner: bhklab
  • Language: R
  • Default Branch: main
  • Homepage:
  • Size: 4.75 MB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 11
  • Releases: 0
Created about 1 year ago · Last pushed 12 months ago
Metadata Files
Readme

docs/README.md

Distributed univariable predictive modelling for Immuno-Oncology response

Authors: Farnoosh Abbas Aghababazadeh, Nasim Bondar Sahebi

Contact: farnoosh.abbasaghababazadeh@uhn.ca, nasim.bondarsahebi@uhn.ca

Description: A distributed framework for univariable predictive modeling of Immuno-Oncology (IO) response, enabling analysis across multiple centers without sharing patient-level data.


pixi-badge Ruff Built with Material for MkDocs

GitHub last commit GitHub issues GitHub pull requests GitHub contributors GitHub release (latest by date)

Project Overview

This repository implements a distributed framework for evaluating the predictive value of RNA-based signatures in response to Immuno-Oncology (IO) therapies. It supports:

  • Center-specific signature scoring and modeling (e.g., OS, PFS, response)
  • Strict data privacy (no sharing of raw or patient-level data)
  • Centralized meta-analysis of effect sizes across datasets
  • Modular, reproducible pipeline built with Pixi, Nextflow, and R

Set Up

Prerequisites

Pixi is required to run this project. If you haven't installed it yet, follow these instructions

Installation

```bash

Clone the repository

git clone https://github.com/bhklab/predictio-uv-dist.git cd predictio-uv-dist

Install dependencies via Pixi

pixi install ```

Repository Structure

predictio-uv-dist/ ├── config/ # YAML config files for each dataset and center ├── data/ # Raw, processed, and results directories ├── workflow/ # Scripts and Nextflow pipeline for analysis ├── docs/ # MkDocs-based project documentation │ └── README.md # Documentation index and setup instructions └── pixi.toml # Pixi environment specification


Documentation

Full documentation, including usage instructions, data setup, config templates, and pipeline stages, will be available in the docs/ folder or via published GitHub Pages.

Start by downloading and organizing the raw input datasets as described in data/rawdata/README.md.

For data download and processing, please refer to the univariable repository:
🔗 https://github.com/bhklab/PredictIO-UV-Dist

Owner

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

The Haibe-Kains Laboratory @ Princess Margaret Cancer Centre

GitHub Events

Total
  • Issues event: 3
  • Issue comment event: 1
  • Push event: 116
  • Pull request event: 1
  • Create event: 1
Last Year
  • Issues event: 3
  • Issue comment event: 1
  • Push event: 116
  • Pull request event: 1
  • Create event: 1

Dependencies

.github/workflows/conventional-pr.yaml actions
  • amannn/action-semantic-pull-request v5.0.2 composite
  • peter-evans/create-or-update-comment v4 composite
.github/workflows/data-audit.yaml actions
  • actions/checkout v3 composite
  • actions/github-script v6 composite
.github/workflows/publish-docs.yaml actions
  • actions/checkout v3 composite
  • prefix-dev/setup-pixi v0.8.1 composite
.github/workflows/release-please.yaml actions
  • GoogleCloudPlatform/release-please-action v4 composite
  • actions/checkout v4.2.0 composite