Skip to content
/ data Public

Test data and test facilities for pylogeny packages

License

Notifications You must be signed in to change notification settings

pylogeny/data

Repository files navigation

Data Samples and Data Handling Routines for Pylogeny Packages

codecov PyPI

This package allows for quick access to data in various forms which we need to develop methods for phylogenetic reconstruction in linguistics and beyond.

Installation

To install the package, type:

$ pip install pylodata

To use the package, you may also want to install LingPy:

$ pip install lingpy 

Usage

>>> from pylodata import data_path, patterns, wordlist
>>> from lingpy import Wordlist
>>> patterns, characters = wordlist.get_multistate_patterns(Wordlist(data_path("wichmannmixezoquean.tsv")))

About

Test data and test facilities for pylogeny packages

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages