Skip to main content

A package to compute the Robinson Fould distance extended to labeled topologies.

Project description

pylabeledrf

pylabeledrf is a package to compute an extension of the Robinson Foulds tree topological distance between labeled topologies, where inner nodes are labeled with speciation or duplication events.

From version 0.2 onwards, pylabeledrf includes two functions:

  • computeLRF(), which computes exactly and efficiently the Labeled Robinson Foulds (LRF).
  • computeELRF(), which is a heuristic to compute the edge-based Labeled Robinson Foulds (ELRF).

Citation

If you use our package in your work, please consider citing:

  • For LRF: Samuel Briand, Christophe Dessimoz, Nadia El-Mabrouk, Yannis Nevers, A linear time solution to the Labeled Robinson-Foulds distance problem, Systematic Biology 71(6):1391–1403 2022
  • For ELRF: Samuel Briand, Christophe Dessimoz, Nadia El-Mabrouk, Manuel Lafond, Gabriela Lobinska, Extending the Robinson-Foulds distance to reconciled trees, APBC 2020 and BMC Genomics, 21(S10) 2020

Installation

The package requires Python 3 (>=3.6). The easiest way to install is using pip, to install the package from PyPI.

pip install pylabeledrf

Documentation

Documentation is available here.

Example

from pylabeledrf.computeLRF import *
import dendropy
taxa = dendropy.TaxonNamespace()

# retrieve the test TP53 reconciled tree (from Ensembl compara 96)
p53 = dendropy.Tree.get_from_url(
    'https://raw.githubusercontent.com/DessimozLab/pylabeledrf/master/test/p53.nhx', 
    'newick', taxon_namespace=taxa)
t1 = parseEnsemblLabels(p53)

# introduce 5 random edits and compute the distance
t2 = mutateLabeledTree(t1, 5)
computeLRF(t1,t2)

# randomise the labels and compute the distance
t3 = randomLabels(t1)
computeLRF(t1,t3)

License

Copyright 2019-2020 Christophe Dessimoz

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pylabeledrf-0.3.2.tar.gz (13.1 kB view details)

Uploaded Source

Built Distribution

pylabeledrf-0.3.2-py3-none-any.whl (12.8 kB view details)

Uploaded Python 3

File details

Details for the file pylabeledrf-0.3.2.tar.gz.

File metadata

  • Download URL: pylabeledrf-0.3.2.tar.gz
  • Upload date:
  • Size: 13.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for pylabeledrf-0.3.2.tar.gz
Algorithm Hash digest
SHA256 e8d32b152a82421f43fb3c2690c435daf94c03aa66afb391806ec1ab37ab0d2e
MD5 74c6604e6c143839b21204d84eff3df7
BLAKE2b-256 0e4e4d2b7c49de6437b8d2c935e09d0372b055474512e7b75b171e2d849a8f90

See more details on using hashes here.

Provenance

The following attestation bundles were made for pylabeledrf-0.3.2.tar.gz:

Publisher: upload-release.yml on DessimozLab/pylabeledrf

Attestations:

File details

Details for the file pylabeledrf-0.3.2-py3-none-any.whl.

File metadata

  • Download URL: pylabeledrf-0.3.2-py3-none-any.whl
  • Upload date:
  • Size: 12.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for pylabeledrf-0.3.2-py3-none-any.whl
Algorithm Hash digest
SHA256 5a40693c7b3dde9551b182b7b69078c1e3d996cac1993273e8b295be89236d43
MD5 faab30d51af8ffad3974cfdbd65140e8
BLAKE2b-256 45914cd6c7e155b7d8a075ebbff9dfc1300934118aee6f4e1e8418a015e72713

See more details on using hashes here.

Provenance

The following attestation bundles were made for pylabeledrf-0.3.2-py3-none-any.whl:

Publisher: upload-release.yml on DessimozLab/pylabeledrf

Attestations:

Supported by

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