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.2.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.2-py3-none-any.whl (23.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: pyudon-0.0.2.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.2.tar.gz
Algorithm Hash digest
SHA256 d95ab18969d1107e762313133326fce60ac72ad9d221547d85f8338a9182ef3b
MD5 4dddc7e45284745de2a5dfa78d5a91cc
BLAKE2b-256 1828e0506019f4f3aeacc25190e9deeeedd0fa7315edf6a677047cfdab6a41be

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyudon-0.0.2-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.2-py3-none-any.whl
Algorithm Hash digest
SHA256 8e030da24b0b4b8ae9b8f76b545df9f7b766a3a179a39edd60da4c27c2ac4bd1
MD5 8f43939fb7c655e4b4ed283e1c033d92
BLAKE2b-256 ffa763c2e0a7117c3d69f804aca212552958c4aa62d5431e1fa25fd7a77b44bc

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