Clustering method based on Forest Fire Dynamics
Project description
forest-fire-clustering
Clustering Method Inspired by Forest Fire Dynamics
Description
Forest Fire Clustering is an efficient and interpretable clustering method for discovering and validating cell types in single-cell sequencing analysis. Different than the existing methods, our clustering algorithm makes minimal prior assumptions about the data and provides point-wise posterior probabilities for internal validation. Additionally, it computes point-wise label entropies that can highlight novel transition cell types de novo along developmental pseudo-time manifolds. Lastly, our inductive algorithm is able to make robust inferences in an online-learning context.
Getting Started
Dependencies
- python >= 3.6
- numpy
- scipy
- scikit-learn
- numba
Installing
Estimated time: 2 mins
pip install forest-fire-clustering
Executing program
"X" is a [sample x feature] matrix
To generate clustering:
from forest_fire_clustering.forest_fire_clustering import FFC
cluster_obj = FFC()
cluster_obj.preprocess(X)
cluster_obj.fit(fire_temp=100)
cluster_obj.cluster_labels
To validate the results:
cluster_obj.validate()
cluster_obj.entropy()
cluster_obj.pval()
cluster_obj.entropy_list # list of entropies of the data point
cluster_obj.pval_list # list of posterior significance values
Authors
Zhanlin Chen, Jeremy Goldwasser, Philip Tuckman, Jing Zhang, Mark Gerstein
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file forest_fire_clustering-0.0.25.tar.gz.
File metadata
- Download URL: forest_fire_clustering-0.0.25.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.62.3 importlib-metadata/4.8.1 keyring/23.1.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
070c63a1c6ef24401986fc4d4a91c4f2dbc9e61aeb2b3e063144c7d89c85a800
|
|
| MD5 |
ee132b1c1b10199683c79544d09793c4
|
|
| BLAKE2b-256 |
b8fddf300163f7ca7e6950f01be1bae851335882fe59d141144013f509d3c413
|
File details
Details for the file forest_fire_clustering-0.0.25-py3-none-any.whl.
File metadata
- Download URL: forest_fire_clustering-0.0.25-py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.62.3 importlib-metadata/4.8.1 keyring/23.1.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
238c8c9d90ba2cf0bf911665b98e6eac0804df5565e93b8354215f46c056ae90
|
|
| MD5 |
3f79d3a0684e83a792f0bfc309dbc128
|
|
| BLAKE2b-256 |
10d55681ccded786ef221ff5fb84ddab29dfc973538c1fad6abb1a96724a365e
|