Improving single-cell GRN Inference using Dropout Augmentation
Project description
DAZZLE
This repository include code and documentation for our manuscript "Improving Gene Regulatory Network Inference using Dropout Augmentation".
Install
This package is available on pip
pip install grn-dazzle
Basic Usage
The core function runDAZZLE requires the following two things to get started:
- Single cell gene expression table. We suggest you use log transformation to normalize the data
- Experiment Configs. We also provide two sets of default configs with this package, namely
DEFAULT_DAZZLE_CONFIGSandDEFAULT_DEEPSEM_CONFIGS. They are just two python dictionaries. If you need to make modifications, just save them to a variable and adjust the values.
Quick Example
from dazzle import load_beeline, runDAZZLE, get_metrics, DEFAULT_DAZZLE_CONFIGS
bl_data, bl_ground_truth = load_beeline(
data_dir='data',
benchmark_data="hESC",
benchmark_setting="500_STRING"
)
model, adjs = runDAZZLE(bl_data.X, DEFAULT_DAZZLE_CONFIGS)
get_metrics(model.get_adj(), bl_ground_truth)
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 grn_dazzle-0.0.2.tar.gz.
File metadata
- Download URL: grn_dazzle-0.0.2.tar.gz
- Upload date:
- Size: 20.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.31.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f5e9de56a64561a52580da180717ac3b3a9869dbb885629a1638e2bf77c07ef2
|
|
| MD5 |
81e67e4a20e7f06df4d78f459635a139
|
|
| BLAKE2b-256 |
184cbae2bdce0a44695b7ab8cba5441bf170070cc87675c6deca326fc68bf6a4
|
File details
Details for the file grn_dazzle-0.0.2-py3-none-any.whl.
File metadata
- Download URL: grn_dazzle-0.0.2-py3-none-any.whl
- Upload date:
- Size: 24.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.31.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4dc989e9b56e26ac887c646887291a80debc85081913ae472e9f745253ff4499
|
|
| MD5 |
2124f550d25eab964897a3894d54d660
|
|
| BLAKE2b-256 |
1e97aa9442c8978549a4fec3d750dc08be9aaa48af9181d04a5bffafc3f6e9da
|