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.4.tar.gz (21.8 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.4-py3-none-any.whl (24.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: pyudon-0.0.4.tar.gz
  • Upload date:
  • Size: 21.8 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.4.tar.gz
Algorithm Hash digest
SHA256 46fa479a3cbda370cfbfd16cdb420625ab7cbc123727d312b4e3535cb2d1cf66
MD5 8ce731989d058b32baf89d8f7d24e53d
BLAKE2b-256 3ff599bd88df88d46085fe8d1227a319dfecf37894d1349660a77faba90a101a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyudon-0.0.4-py3-none-any.whl
  • Upload date:
  • Size: 24.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.4-py3-none-any.whl
Algorithm Hash digest
SHA256 c28691481a9d6c24cbef24600dc44c67127142e377e06d6669bcefba9da5f9f4
MD5 b0d51cc873135b86e1f07d7866ba4692
BLAKE2b-256 cb8c9f0c0e28cf17cfbf66c55a3ad7511374a317c1b2f72138aa9112c8f7317f

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