No project description provided
Project description
Ancestral Cost
Ancestral Cost is a tool for validating multiple sequence alignments prior to performing ancestral sequence reconstruction.
It checks for each position in a given ancestor that the presence of ancestral content implied to be there by a given alignment and tree is not substantially less parsimonious then the alternative of not having ancestral content there.
Installation
Using Pip
$ pip install ancestralcost
Manual
$ git clone https://github.com/gabefoley/ancestralcost
$ cd ancestralcost
$ python setup.py install
Usage
$ python -m ancestralcost -a <alignment> -t <tree>
Workflow
Before performing ancestral sequence reconstruction (ASR) we can recognise that a multiple sequence alignment implies that every aligned column should have a common ancestor.
Ancestral Cost checks that for every ancestral position that is implied by a given alignment and tree the parsimony cost of having ancestral content there isn't far greater than not having ancestral content.
Ancestral Cost is intended to be run before ASR in order to validate alignments and trees. It highlights positions that may be erroneously aligned.
If an alignment suggests two positions should be aligned but they are only present in distant clades then they shouldn't be one column but split into two columns. Failing to do this will influence ancestors that are predicted at these positions.
First Ancestral Cost calculates all of the positions required to be there. In the example this is done by simply looking at the highest ancestral position implied by each column. From the example, N3 is the only ancestral node that has content at each of the four alignment positions, all of the other nodes have content at three alignment positions.
It then calculates the parsimony cost for each implied position and reports on the cost of content being present and cost of content being absent.
This allows users to filter on particularly informative sites or particularly large discrepencies in parsimony scores.
The intention is to look at the positions identified by Ancestral Cost and potentially amend the multiple sequence alignment as a result.
All commands
-a Path to alignment
-t Path to phylogenetic tree
-n Node to return cost for (default is root)
-p Just return the positions required to be there
-f Return all ancestors as a FASTA file
-to Write out the ancestor tree
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 Distribution
Built Distributions
File details
Details for the file ancestralcost-1.0.1.tar.gz
.
File metadata
- Download URL: ancestralcost-1.0.1.tar.gz
- Upload date:
- Size: 29.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ca69fdae28a2d5ef7c813fb3f5f3f20955f5f9fb0060bcfe29897d708b9bd057 |
|
MD5 | 4f7093700027a36a7c8b6ff8b1ce6628 |
|
BLAKE2b-256 | 51fadcb6a06df36e4bd01ecc8f54edf68d0992bba4578591c7ec23dac0ada2c7 |
File details
Details for the file ancestralcost-1.0.1-py3.8.egg
.
File metadata
- Download URL: ancestralcost-1.0.1-py3.8.egg
- Upload date:
- Size: 56.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eb783cf9958cca8e41fcf0b54816fde6c910909597451492d4d4b5b21d11ed4f |
|
MD5 | 7a963927f0685af39049edb46d5010d3 |
|
BLAKE2b-256 | 616b7471de2e93e730d3c9a543c7f6b84f3ce8dee5c2808e26b04638eb6d3aaf |
File details
Details for the file ancestralcost-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: ancestralcost-1.0.1-py3-none-any.whl
- Upload date:
- Size: 44.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cba3ec4a24ccbacf068410ebf47b416bcd52f5db188609d6294699a9093bfe08 |
|
MD5 | 4890fd39754304a470e05549c1dc82e9 |
|
BLAKE2b-256 | 0dc966f8630cca9294d1b127d12bf042d6f1d8b0bec25b3dfb25b5d3fea34b20 |