Phylodynamic paramater and model inference using pretrained deep neural networks
Project description
Phylodeep
Phylodeep is a python library for parameter estimation and model selection from phylogenetic trees, based on deep learning.
Installation
Use the package pip to install phylodeep.
Usage
###Python
import phylodeep
from phylodeep import BD, BDSS, BD_vs_BDEI, BD_vs_BDSS, SUMSTATS, FULL
path_to_tree = './tests/Zurich.trees'
# set presumed sampling probability
sampling_proba = 0.20
# a priori check
# model selection
model_BD_vs_BDEI = phylodeep.modeldeep(path_to_tree, sampling_proba, vector_representation=SUMSTATS)
model_BD_vs_BDSS = phylodeep.modeldeep(path_to_tree, sampling_proba, vector_representation=FULL)
# the selected model is BDSS
# parameter inference
inference_param_BD = phylodeep.paramdeep(path_to_tree, sampling_proba, model=BD, vector_representation=FULL)
inference_param_BDSS = phylodeep.paramdeep(path_to_tree, sampling_proba, model=BDSS, vector_representation=FULL)
###Command line
# parameter inference
paramdeep -t ./tests/Zurich.trees -p 0.25 -m BDSS -v CNN_FULL_TREE -o HIV_Zurich_BDSS_CNN.csv
paramdeep -t ./tests/Zurich.trees -p 0.25 -m BDSS -v FFNN_SUMSTATS -o HIV_Zurich_BDSS_FFNN_CI.csv -c
# model selection
Citation
Contributing
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
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 phylodeep-0.0.97-py3-none-any.whl.
File metadata
- Download URL: phylodeep-0.0.97-py3-none-any.whl
- Upload date:
- Size: 4.0 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.6.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
39bb029f1a2ab35f0d3a7f8f1c6108263fce08c4d7a257d74c53ba1c4f6bf160
|
|
| MD5 |
6de4877e924ea5dc9e742221608eeb9e
|
|
| BLAKE2b-256 |
1d0babe3199013d6a691d974c74bfd1417d9730349264dfd480b1346a1b57705
|