a Single-cell method for predicting Chromatin Conformation based on gene Expression
Project description
SEE
Installation
conda create -n scce python=3.8 libffi=3.3
pip install scce
Paper Content
Get the code
git clone https://github.com/LMH0066/SEE.git --depth=1
Prepare the environment
The see environment can be installed via conda:
conda env create -f environment.yml
Directory structure
.
|-- script # Obtain training data through public data
|-- train # Main code for training model
|-- analyse # Experiments
| |-- 3DMax #
| |-- AD # Case analysis of Alzheimer's disease
| |-- Data Analysis(PDGFRA).ipynb # Case study of raw data
| |-- analyse_util.py # Some common functions used in the analysis process
| |-- bulk # Case analysis of bulk RNA
| |-- loss-effectiveness # FocalLoss effectiveness
| |-- quality # Method evaluation
| |-- related-genes # Importance analysis of input features
| \`-- velocity # Case analysis of pseudo-time
|-- environment.yml
\`-- README.md
Train
train
CUDA_VISIBLE_DEVICES=0 python -m torch.distributed.launch --nproc_per_node=1 train_model.py -t /folder/to/train_file -e /folder/to/eval_file -o /folder/to/output_folder -g gene_name
validate
python validate.py -e /folder/to/eval_file -m /path/to/model -g gene_name -o /folder/to/output_file -s output_size
Analyse
All the analysis results in the paper can be found in the code under the 'analyse' folder.
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
scce-0.1.2.tar.gz
(19.8 kB
view details)
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
scce-0.1.2-py3-none-any.whl
(23.6 kB
view details)
File details
Details for the file scce-0.1.2.tar.gz.
File metadata
- Download URL: scce-0.1.2.tar.gz
- Upload date:
- Size: 19.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.8.13 Linux/3.10.0-1160.el7.x86_64
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b98b91b90b67d6070399ada2228cfaca7474af4ea75116c8f1c798b117ad8823
|
|
| MD5 |
4d33c57de77a5cf177511d307cc3f72e
|
|
| BLAKE2b-256 |
b736159f01f3bb82cc30c5c617848db128cf54b694a3860274f4ae2758c3ade8
|
File details
Details for the file scce-0.1.2-py3-none-any.whl.
File metadata
- Download URL: scce-0.1.2-py3-none-any.whl
- Upload date:
- Size: 23.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.8.13 Linux/3.10.0-1160.el7.x86_64
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4b026796095b66999ef8debfaf7a09df332d88b1621801f53a78cd20d43e687d
|
|
| MD5 |
31448a664126a1d57adc67cf47b15b80
|
|
| BLAKE2b-256 |
1e33a891986bf423efd310dd6fcf9c6356f9b446bf1d92d1792002b7f40399c1
|