Salamander is a non-negative matrix factorization framework for signature analysis
Project description
Salamander
Salamander is a non-negative matrix factorization (NMF) framework for signature analysis build on top of AnnData and MuData. It implements multiple NMF algorithms, common visualizations, and can be easily customized & expanded.
Installation
PyPI:
pip install salamander-learn
Usage
The following example illustrates the basic syntax:
import anndata as ad
import salamander as sal
# initialize data
adata = ad.AnnData(...)
# NMF with Poisson noise
model = sal.models.KLNMF(n_signatures=5)
model.fit(adata)
# barplot
model.plot_signatures()
# stacked barplot
model.plot_exposures()
# signature correlation
model.plot_correlation()
# sample_correlation
model.plot_correlation(data="samples")
# dimensionality reduction of the exposures
model.plot_embeddings(method="umap")
For examples of how to customize any NMF algorithm and the plots, check out the tutorial. The following algorithms are currently available:
License
MIT
Changelog
Consult the CHANGELOG file for enhancements and fixes of each version.
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
File details
Details for the file salamander_learn-0.4.2.tar.gz
.
File metadata
- Download URL: salamander_learn-0.4.2.tar.gz
- Upload date:
- Size: 33.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.11.4 Linux/5.15.0-119-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 38cdbd92e8f867b55139d0d2a6fa35951c2b6a1e3f033e5ec6e9a8f78ea350a2 |
|
MD5 | 1ce64c5ec73b5c5c1783bf7c57437584 |
|
BLAKE2b-256 | 34de6b6616517f62d55858640bc7c3e22715081ae30b1f37bae5ca95ee77a1b7 |
File details
Details for the file salamander_learn-0.4.2-py3-none-any.whl
.
File metadata
- Download URL: salamander_learn-0.4.2-py3-none-any.whl
- Upload date:
- Size: 42.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.11.4 Linux/5.15.0-119-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a8adf784f38348f01f0c3813fde58f16f4ce46716d59b0d9ae8de6abdb15cd25 |
|
MD5 | 0f2404cd7152524ed01136bfaa2ea7ce |
|
BLAKE2b-256 | c5cf32123b441c51145612e07fa768553f0c2cd61b1702ce59fbf9dad83fde21 |