A package for single-cell RNA sequencing data imputation using SimRank and Random Walk with Restart.
Project description
SCORED
SCORED is a Python package for single-cell RNA sequencing data imputation using SimRank and Random Walk with Restart algorithms. It processes AnnData objects, performs quality control, builds graphs, and imputes missing data.
Installation
pip install SCORED
Usage
import scanpy as sc
import torch
from scored import SCORED
# Load your AnnData object
adata = sc.read_h5ad("your_data.h5ad")
# Run SCORED
imputed_matrix = SCORED(
adata_tr=adata,
condition_key="condition",
device="cuda" if torch.cuda.is_available() else "cpu"
)
Requirements
- Python >= 3.8
- scikit-learn >= 1.0
- scipy >= 1.7
- matplotlib >= 3.4
- seaborn >= 0.11
- tqdm >= 4.0
- networkx >= 2.6
- numpy >= 1.20
- torch >= 1.9
- scanpy >= 1.8
- pandas >= 1.3
License
MIT License
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 scored-0.1.0.tar.gz.
File metadata
- Download URL: scored-0.1.0.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
957c609846d33e0fce38cb1784160f987e196312f97c39dd5e9fbb18a3e37b84
|
|
| MD5 |
eb6569f2a1a2c18c015de2908afe06f4
|
|
| BLAKE2b-256 |
56c33ef13b8ce7d535751a8efefec66741908f3de91518d95264bc95988c457b
|
File details
Details for the file scored-0.1.0-py3-none-any.whl.
File metadata
- Download URL: scored-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eaa49bc4fa33f00d5aa59b0b1150584c9b4a27df4fcbe0d296559d1c658dbd6b
|
|
| MD5 |
f2b0416a09670c8d381daa5b5aca9551
|
|
| BLAKE2b-256 |
8666e7b72f8c5d91ad7f8ce7e4302c2bc957a5cfd708436cc2f4b6ac47a5c992
|