Skip to main content

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

We recommend to perform a priori model adequacy first, to assess whether the input data resembles well the simulations on which the neural networks were trained.

###Python

import phylodeep
from phylodeep import BD, BDEI, BDSS, SUMSTATS, FULL

path_to_tree = './tests/Zurich.trees'

# set presumed sampling probability
sampling_proba = 0.20

# a priori check
model_BD_vs_BDEI = phylodeep.checkdeep(path_to_tree, model=BDSS)


# model selection
model_BDEI_vs_BD_vs_BDSS = phylodeep.modeldeep(path_to_tree, sampling_proba, vector_representation=FULL)

# the selected model is BDSS

# parameter inference
param_BDSS = phylodeep.paramdeep(path_to_tree, sampling_proba, model=BDSS, vector_representation=FULL, 
                                 ci_computation=True)

###Command line

# we use here a tree of 200 tips

# a priori model adequacy check: highly recommended
checkdeep -t ./tests/Zurich.trees -m BD -o BD_model_adequacy.png
checkdeep -t ./tests/Zurich.trees -m BDEI -o BDEI_model_adequacy.png
checkdeep -t ./tests/Zurich.trees -m BDSS -o BDSS_model_adequacy.png

# model selection
modeldeep -t ./tests/Zurich.trees -p 0.25 -v CNN_FULL_TREE -o model_selection.csv

# 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

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

If you're not sure about the file name format, learn more about wheel file names.

phylodeep-0.1.4-py3-none-any.whl (4.5 MB view details)

Uploaded Python 3

File details

Details for the file phylodeep-0.1.4-py3-none-any.whl.

File metadata

  • Download URL: phylodeep-0.1.4-py3-none-any.whl
  • Upload date:
  • Size: 4.5 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

Hashes for phylodeep-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 d97fdcf067bb1e1eff01c95e92873a34524ed523cd48913106c2eeb7e9192e2f
MD5 713742d88392d9c5153416ac88f70876
BLAKE2b-256 ac5ad55ebef0890b4b86067496351316b9469aac84cf9bcf26b9364248a8f635

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page