Available Building Blocks

This section provides general descriptions of existing PerMedCoE Building Blocks, as well as links to building block GitHub repositories. For detailed documentation, see the individual building block folders in the PerMedCoE Building Blocks repository. The repository also contains Singularity (Apptainer) definition files.

High-throughput Mutant Analysis

This building block uses MaBoSS to screen all the possible knockouts of a given Boolean model. It produces a candidate gene list formatted as a text file (single gene per row). More information on MaBoSS can be found in Stoll G. et al. (2017) and in the MaBoSS GitHub repository.

Building block GitHub repository

Meta-analysis of PhysiBoSS Output

This building block is designed to analyse the set of simulations generated for each individual in order to assess whether any of the parameters of interest show a differential distribution between the phenotypic subgroups included in a sample. To do so, the building block processes the output generated by the patient-personalized PhysiBoSS runs, including for each individual a given number of replicates of both wild-type and mutant experiments.

With this information, the building block can be used to assess the degree of uncertainty for each parameter and determine whether there are significant differences between the different subgroups, described both graphically and numerically.

Building block GitHub repository

Personalise Patient

This building block tailors a given MaBoSS Boolean model to a given RNAseq dataset of interest. This RNAseq dataset can come from the Single cell processing building block and needs to be normalised as described in Béal et al. (2019) and in the PROFILE GitHub repository. The Single-cell Processing building block performs this normalisation step.

Another option of this building block is to personalise a given MaBoSS model using cell line information such as mutations, copy number alterations and expression counts.

Building block GitHub repository

PhysiBoSS

This building block is used to perform a multiscale simulation of a population of cells using PhysiBoSS. The tool uses the different Boolean models personalised by the Personalise patient building block and with the mutants selected by the High-throughput mutant analysis building block. More information on this tool can be found in Ponce-de-Leon et al. (2022) and the PhysiBoSS GitHub repository.

Building block GitHub repository

Single-cell Processing

This building block enables the processing and analysis of single-cell RNA-Seq data from each patient in a sample. The first step of the protocol includes quality control, filtering and normalisation of the count matrices at the cellular level. Next, the number of variable genes in each individual is determined and the corresponding scaled matrices are obtained, allowing in the next step the application of dimensionality reduction techniques such as PCA, T-SNE and UMAP.

Finally, cells are clustered using graph-based techniques and annotated to their corresponding cell type, enabling subsequent building blocks to select and work with the set of cells that are relevant to the disease under study (e.g. epithelial cells in COVID19 disease).

Building block GitHub repository

Build Model from Genes

This building block performs automatic network construction using OmniPath and pypath. This enables the generation of a Boolean model in MaBoSS format. It takes a list of genes of interest and returns either a simple network as a SIF file or a MaBoSS network as a BND and CFG files.

Building block GitHub repository

CARNIVAL

The CARNIVAL building block contains the refactored CARNIVAL C++ with the new Ant Colony Optimisation (ACO) in C++ with support for OpenMP and MPI. The hdf5 file required as an input can be generated with the Export Solver HDF5 building block. For a general overview of what CARNIVAL does, see the CARNIVAL website. This building block uses the new developed ACO algorithm to find solutions without the need of using ILP solvers.

Building block GitHub repository

CARNIVALPy

The CARNIVALPy building block is a refactored vanilla CARNIVAL R version for Python with support for many commercial and non-commercial open source MILP solvers. This extends the capabilities of the old CARNIVAL software to support also open-source solvers such as GLPK or CBC, and better integration with the building block ecosystem.

Building block GitHub repository

CARNIVAL Feature Merger

This building block is used in Use Case 2 (Drug Synergies Screening) to merge the features extracted by CARNIVAL for each cell line with the original cell line features, in order to produce a final csv file that can be used for prediction with the JAX Drug Prediction building block.

Building block GitHub repository

CARNIVAL Gex Preprocess

This building block processes (reshapes and scales) gene expression data from the Genomics of Drug Sensitivity in Cancer (GDSC) database for use by other building blocks.

Building block GitHub repository

Export Solver HDF5

Exports input data required by the vanilla version of CARNIVAL (sif file, measurements and perturbations) into a HDF5 file required by the optimised version of CARNIVAL with the parallel ACO C++ solver.

Building block GitHub repository

JAX drug prediction

The JAX Drug Prediction building block implements a matrix factorisation approach to predict IC50 response values of cells with different drugs, with or without side features using JAX. This is a wrapper for a script hosted on the Saez Laboratory GitHub repository. This can be used to predict e.g drug responses on cell lines from partial observations of drug/cell responses.

There are two ways of using the building block: for training and for inference (prediction).

Building block GitHub repository

OmniPath

Downloads the latest OmniPath database to build an initial PKN network for CARNIVAL.

Building block GitHub repository

PROGENy

The PROGENy building block uses PROGENy to extract pathway activities from gene expression data. Further information on PROGENy can be found on the Saez Laboratory website.

Building block GitHub repository

TF Enrichment

The TF Enrichment building block uses DecoupleR and Dorothea to estimate transcription factor activities from perturbational data.

Building block GitHub repository

CellNOpt

This is the refactored CellNopt in C++ with the ACO solver with OpenMP/MPI support. A description of what CellNopt is and how to use it is available on the Saez Laboratory website.

Building block GitHub repository

Invasion Analysis

This building block extracts quantifications about type of invasion from a PhysiBoSS result.

Building block GitHub repository

PhysiBoSS Invasion

This building block is used to perform a multiscale simulation of a population of cells using PhysiBoSS. More information on this tool can be found in Ponce-de-Leon et al. (2022) and the PhysiBoSS GitHub repository.

Building block GitHub repository

COBREXA FVA

This building block runs Flux Variability Analysis (FVA) on a given model. The analysis computes a feasible range of fluxes that may go through each reaction in the model while the model is in near-optimal state.

Building block GitHub repository

CLL Prepare Data

This building block involves an in-house script for the primary analysis of the input RNA-Seq data, focusing on tasks such as differential expression analysis and batch effect correction.

Building block GitHub repository

CLL Tf Activities

This building block entails the inference of transcription factor (TF) activities using DecoupleR and the quantification of molecular pathways through PROGENY.

Building block GitHub repository

CLL Network Inference

This building block involves network inference with CARNIVAL, leveraging Omnipath, as well as DecoupleR and PROGENY results as constraints within the linear programming problem.

Building block GitHub repository

CLL Personalize Boolean Models

This building block is responsible for building patient-specific boolean models by employing the PROFILE tool and input RNA-Seq data.

Building block GitHub repository

CLL Run Boolean Model

This building block evaluates a single patient or group-specific model using MaBoSS.

Building block GitHub repository

CLL Combine Models

This building block combines patient or group-specific results from MaBoSS, assessing whether the obtained profiles are appropriately clustered and can serve as predictors of disease subtype.

Building block GitHub repository