Skip to main content

Unsupervised Discovery of Novel Disease Programs

Project description

UDON: Unsupervised Discovery of Novel Disease Programs

UDON is a Python package for unsupervised discovery of disease subtypes from patient scRNA-seq data.
It leverages control-normalized pseudobulk expression and sparse NMF to identify stable cell-state perturbations.

UDON includes:

  • SATAY-UDON for metadata enrichment
  • SASHIMI-UDON for cohorts with limited controls (coming soon!)

Overview of UDON Toolkit

🚀 Installation

Create a virtual environment and install UDON from PyPI:

conda create -n udon_env python=3.10
conda activate udon_env

pip install py-udon

📂 Input Requirements

UDON currently supports h5ad format and human scRNA-seq data.

  • If your data is in Seurat, convert it to .h5ad (AnnData) format using one of:

  • Alternatively, generate an AnnData object directly using Scanpy.

  • For non-human datasets, please reach out by opening a GitHub issue. I’ll help set up the appropriate database for your species.


🛠 Usage and Documentation

  1. Download the database files

    • Download the database files attached as zip file here.
    • Please unzip the database folder and note the path to the folder and its contents. UDON requires access to this folder when running.
  2. Run the example dataset

  3. Ensure input normalization
    UDON expects normalized expression values in adata.X.

    • In a Seurat object:
      NormalizeData(object)
      
    • In an Scanpy h5ad:
      sc.pp.normalize_total(adata, target_sum=1e4)
      sc.pp.log1p(adata)
      
  4. Prepare donor metadata

    • UDON requires a donor-level metadata file.
    • Example: donor_metadata.xlsx
    • Make sure your metadata follows this structure.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyudon-0.0.1.tar.gz (21.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pyudon-0.0.1-py3-none-any.whl (23.0 kB view details)

Uploaded Python 3

File details

Details for the file pyudon-0.0.1.tar.gz.

File metadata

  • Download URL: pyudon-0.0.1.tar.gz
  • Upload date:
  • Size: 21.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.0

File hashes

Hashes for pyudon-0.0.1.tar.gz
Algorithm Hash digest
SHA256 4e3d3512f300a22f900fcb04815d939d542e6e3c7eb6b1ac3bb512b44247b716
MD5 a5e44a98e00971f94e955cffa2831f8d
BLAKE2b-256 28db377fca587ff49ce13830bd6e646d2bb3d35dab20fc0971ed714d131c8f99

See more details on using hashes here.

File details

Details for the file pyudon-0.0.1-py3-none-any.whl.

File metadata

  • Download URL: pyudon-0.0.1-py3-none-any.whl
  • Upload date:
  • Size: 23.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.0

File hashes

Hashes for pyudon-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 05c75269433f67bd31e9a419a144ae1a542989761dd59b394baf96111a79c971
MD5 0965c259f38851225b935994fc68cd8a
BLAKE2b-256 443a7e2302a016f18035b0bbdd94850abf151ddaf0e939ad8c1f90abd8948d6d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page