splitp
Python package that implements split- and rank-based tools for inferring phylogenies, such as flattenings and subflattenings.
Science Score: 36.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
✓Academic publication links
Links to: zenodo.org -
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.2%) to scientific vocabulary
Keywords
Keywords from Contributors
Repository
Python package that implements split- and rank-based tools for inferring phylogenies, such as flattenings and subflattenings.
Basic Info
- Host: GitHub
- Owner: js51
- License: mit
- Language: Python
- Default Branch: main
- Homepage: https://splitp.joshuastevenson.me/
- Size: 3.95 MB
Statistics
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 8
- Releases: 7
Topics
Metadata Files
README.md

Python package which implements split- and rank-based tools for inferring phylogenies, such as flattenings and subflattenings.
Installation
The latest version of SplitP can be installed via the command
pip install splitp
Example
The following computes 100 split scores from a 10000bp sequence generated from a balanced 10-taxon tree under the Jukes Cantor model.
```python
Imports
import splitp
Set parameters
sequencelength = 10000 numtaxa = 10 branchlength = 0.05 numberofsplits = 100
Define model
model = splitp.model.GTR.JukesCantor(1/2)
Generate tree, splits and alignment
tree = splitp.trees.balancednewicktree(numtaxa, branchlength) splits = splitp.allsplits(tree) alignment = splitp.generatealignment(tree, model, sequence_length)
Compute scores
for s in range(numberofsplits): split = next(splits) flattening = splitp.flattening(split, alignment, splitp.FlatFormat.reduced) score = splitp.split_score(flattening) print(split, score) ``` For more functionality please see the documentation at splitp.joshuastevenson.me.
Please see CONTRIBUTING.md for information on contributing to this project.
Owner
- Name: Joshua Stevenson
- Login: js51
- Kind: user
- Location: Australia
- Website: joshuastevenson.me
- Twitter: js51_
- Repositories: 4
- Profile: https://github.com/js51
GitHub Events
Total
- Create event: 1
- Issues event: 1
- Release event: 1
- Issue comment event: 1
- Push event: 4
Last Year
- Create event: 1
- Issues event: 1
- Release event: 1
- Issue comment event: 1
- Push event: 4
Committers
Last synced: about 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Joshua Stevenson | j****3@G****m | 141 |
| Josh | j****3@g****m | 68 |
| Joshua Stevenson | m****l@j****e | 4 |
| Ubuntu | u****u@j****l | 1 |
| Tim Hatch | t****m@t****m | 1 |
| dependabot[bot] | 4****] | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 7 months ago
All Time
- Total issues: 13
- Total pull requests: 24
- Average time to close issues: 9 months
- Average time to close pull requests: 7 days
- Total issue authors: 1
- Total pull request authors: 3
- Average comments per issue: 0.08
- Average comments per pull request: 0.17
- Merged pull requests: 19
- Bot issues: 0
- Bot pull requests: 4
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- js51 (13)
Pull Request Authors
- js51 (20)
- dependabot[bot] (4)
- thatch (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- pypi 34 last-month
- Total dependent packages: 0
- Total dependent repositories: 1
- Total versions: 9
- Total maintainers: 1
pypi.org: splitp
Phylogenetic tools and methods involving splits and matrix rank
- Homepage: https://github.com/js51/SplitP
- Documentation: https://splitp.readthedocs.io/
- License: MIT License
-
Latest release: 0.3.2
published 8 months ago
Rankings
Maintainers (1)
Dependencies
- networkx ==2.5
- numpy ==1.19.5
- pandas ==1.1.2
- scipy ==1.5.2
- actions/checkout v2 composite
- actions/setup-python v2 composite
- pypa/gh-action-pypi-publish 27b31702a0e7fc50959f5ad993c78deac1bdfc29 composite
- actions/checkout v1 composite
- actions/setup-python v1 composite