Skip to main content

juzi

Project description

:tangerine: juzi

Various methods for analyzing cancer cell states and types using single-cell sequencing data (experimental).

Installation

pip install juzi

Usage

cell states (cs)

Identification of recurrent gene programs across multiple cancer samples (inspired by Gavish et al. 2023).

import juzi as jz

# Perform NMF across each unique sample at multiple factor resolutions
subset = jz.cs.nmf(
    adata,
    key="sample_id",
    layer="counts",
    genes="highly_variable",
    min_cells=100,
    k=[7, 8, 9, 10],
    max_iter=1000,
    n_jobs=8,
    seed=123
)

# Prune recurrent intra-sample factors based on overlapping top genes
jz.cs.prune(
    subset,
    top_k=50,
    min_similarity=0.7,
    min_k=1,
    n_jobs=1
)

# Compute inter-sample similarity matrix between factors
jz.cs.similarity(
    subset,
    distance="jaccard",
    top_k=50,
    intra_sample=True,
    drop_zeros=True,
    min_similarity=0.2,
    n_jobs=8,
    prefer="threads"
)

# Cluster factor similarity matrix by iterative merging
jz.cs.cluster(
    subset,
    threshold=0.1,
    min_cluster=5
)

# Plot clustered factor similarity matrix (i.e. gene programs)
jz.cs.plot_programs(
    subset,
    vmin=0.,
    vmax=1.,
    figsize=(5., 5.),
    cbar_label="Similarity"
)

marker genes (mg)

Various marker genes for cell types, subtypes, and pathways.

from juzi.mg import available_sets

# Check available marker gene sets
print(available_sets())

# Load breast cancer gene sets (e.g. PAM50)
from juzi.mg import CancerBreast
markers = CancerBreast()

# Load cancer pathway gene sets (e.g. HIPPO)
from juzi.mg import CancerPathways
markers = CancerPathways()

# Load cell cycle gene sets (e.g. G1S)
from juzi.mg import CellCycle
markers = CellCycle()

# List available sets in a given marker class
markers.info()

# Get all genes from all sets in a flattened list
markers.all()

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

juzi-0.1.2.tar.gz (20.0 kB view details)

Uploaded Source

Built Distribution

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

juzi-0.1.2-py3-none-any.whl (20.1 kB view details)

Uploaded Python 3

File details

Details for the file juzi-0.1.2.tar.gz.

File metadata

  • Download URL: juzi-0.1.2.tar.gz
  • Upload date:
  • Size: 20.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.10

File hashes

Hashes for juzi-0.1.2.tar.gz
Algorithm Hash digest
SHA256 66f8841ca841125dab8433a00fe89ad8132dd534ecd5ff939f8559dc78a5a6b2
MD5 d8a92212d1d18cdd2aef9977b5770b5e
BLAKE2b-256 6c1b20e0b7e64b4f49029caba267219b95ebbcc81a32114459203cd4babbfb3b

See more details on using hashes here.

File details

Details for the file juzi-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: juzi-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 20.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.10

File hashes

Hashes for juzi-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 b3df336503456ea81338b00e12d1cb115253b7136ecea7eb350f638284faa05a
MD5 6efaadff767586e0f0660de931578bed
BLAKE2b-256 156cc2cdb2d19371aac97919aa3f1de97fca88559efc3dd5ddd698b55f6bbe8e

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