A package for single-cell genomics analysis with scGen
Project description
FedscGen: privacy-aware federated batch effect correction of single-cell RNA sequencing data
FedscGen is a federated learning framework for privacy-aware batch effect correction in single-cell RNA sequencing (scRNA-seq) data. It enables multiple institutions to collaboratively train a shared variational autoencoder (VAE) model without exchanging raw data. Each site trains a local model and securely shares only model parameters with a central coordinator, which aggregates them to update the global model. After training, the shared model is used to extract latent representations of cells across sites. For each shared cell type, dominant batches are identified, and corresponding mean latent features are calculated and aggregated in a privacy-preserving manner. These latent shifts are then used to locally correct batch effects, allowing new or existing clients to harmonize their datasets while maintaining full control over their data.
🔧 Setup Environment
To reproduce the results of the paper, please follow the instructions to create two Conda environments:
fedscgen: Python environment for FedscGen.r_eval: R + Python environment for benchmarking.
Set up a Python environment for FedscGen:
conda env create -f environment.yml
conda activate fedscgen
export SKLEARN_ALLOW_DEPRECATED_SKLEARN_PACKAGE_INSTALL=True
pip install crypten==0.4.1
Set up an R environment for running kBET and LISI for evaluation:
conda env create -f r_eval.yml
conda activate r_eval
Rscript install_libraries.R
Dataset and Models
For reproducibility, please ensure the preprocessed datasets are downloaded and extracted to the data/datasets directory. Optionally, the initial models can also be downloaded to the models/ directory.
📊 Reproduce Results
All models are initialized using a fixed seed for reproducibility.
Navigate to the experiments/ directory and run experiments.sh
while providing a comma-separated list of GPU indices to use for training. For example, to use GPUs 0 and 1:
conda activate fedscgen
cd experiments
chmod +x experiment.sh
./experiment.sh 0,1
Once the experiments are complete, run the evaluation metrics by navigating to the metrics/ directory and executing evaluate.sh:
conda activate r_eval
cd metrics
chmod +x evaluation.sh
./evaluation.sh
All results will be saved in the results/ directory. Both scripts will automatically fully utilize the available system resources.
app
FedscGen is implemented for real-world federated collaboration as a FeatureCloud app with automated deployment.
- Explore the app: FedscGen App on FeatureCloud
- Source code: fc-fedscgen GitHub Repository
License
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fedscgen-0.1.tar.gz.
File metadata
- Download URL: fedscgen-0.1.tar.gz
- Upload date:
- Size: 32.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
405859b19bf1825de5718caab3a7fceae5e2909f3a0af877e96199b4d1d3f95c
|
|
| MD5 |
3fefd1ef2b407aa66d09294a341f0075
|
|
| BLAKE2b-256 |
7a6207629bcc0499f0d40d92496df11900a1d141138270e4e1359606ef5af0d5
|
File details
Details for the file fedscgen-0.1-py3-none-any.whl.
File metadata
- Download URL: fedscgen-0.1-py3-none-any.whl
- Upload date:
- Size: 30.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ea3587431fab17e10482b477b15f614f18a10df50bd778ada8527ae559256616
|
|
| MD5 |
f44c4e8c324652437293894d8b8cfca0
|
|
| BLAKE2b-256 |
ea696f8d159cb773fcc84d6438acf4659ea9eef7c5c3fc3d75fa55631acd686e
|