https://github.com/arvestad/modelestimator-v2
Infer amino-acid replacement-rate matrices from protein multi-sequence alignments. Fast!
Science Score: 10.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
1 of 4 committers (25.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.8%) to scientific vocabulary
Repository
Infer amino-acid replacement-rate matrices from protein multi-sequence alignments. Fast!
Basic Info
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
modelestimator --- Infer sequence evolution rate matrices from a MSA
Example usage
shell
modelestimator -t 0.001 file1.fa file2.fa file3.fa
Infer a rate matrix (written to stdout) from three alignment files in Fasta format.
The output is PAML format by default, and therefore applicable in a number of
available phylogenetic softwares.
shell
modelestimator -b 200 file.fa
Try the experimental bootstrapping feature (200 replicates) on a Fasta multialignment.
Syntax
modelestimator <options> infiles
<format> should be either FASTA, STOCKHOLM or PHYLIP format.
Output is a rate matrix and residue distribution vector.
Options
-h, --help show this help message and exit
--version show program's version number and exit
-a {iqtree,matlab,mrbayes,octave,paml,phyml}, --application {iqtree,matlab,mrbayes,octave,paml,phyml}
Choose output format to suit the application you want
to use for inference. The 'iqtree', 'paml' and 'phyml'
options are identical. The 'matlab' and 'octave'
optins are for import into MatLab-compatible programs
and are presenting the actual Q matrix rather than the
R matrix used by PAML/PhyML, etc. Default: paml
-f {fasta,clustal,nexus,phylip,stockholm}, --format {fasta,clustal,nexus,phylip,stockholm}
Specify sequence format of input files. Default: fasta
-t T, --threshold T Stop when consecutive iterations do not change by more
than T. Default: 0.001
-b N, --bootstrap N Estimate the rate matrix using bootstrapping by
computing N resampled replicates of the input
multialignment. For each replicate, a rate matrix is
computed. The mean matrix the elementwise standard
deviation is returned. Only one infile should be given
in this mode.
-B N, --bootstrapped_quality N
Estimate the quality of the rate matrix estimate using
a bootstrap procedure. The multialignment is resampled
N times and a Q matrix is computed for each replicate.
Then the difference (matrix norm) between rate matrix
estimated without resampling and each bootstrapped Q
is computed and the mean difference is returned. Only
one infile should be given in this mode. Returns
bootstrap norm.
Owner
- Name: Lars Arvestad
- Login: arvestad
- Kind: user
- Location: Kräftriket, Stockholm
- Company: Stockholm University
- Website: https://www.su.se/english/profiles/arve-1.232358
- Repositories: 16
- Profile: https://github.com/arvestad
GitHub Events
Total
Last Year
Committers
Last synced: over 3 years ago
All Time
- Total Commits: 122
- Total Committers: 4
- Avg Commits per committer: 30.5
- Development Distribution Score (DDS): 0.5
Top Committers
| Name | Commits | |
|---|---|---|
| arvestad | a****e@c****e | 61 |
| RubenRidderstrom | R****m@u****m | 57 |
| RubenRidderstrom | 6****m@u****m | 3 |
| arvestad | a****e@m****e | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total 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
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
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- pypi 27 last-month
- Total dependent packages: 0
- Total dependent repositories: 1
- Total versions: 9
- Total maintainers: 2
pypi.org: modelestimator-v2
Program for estimating amino acid replacement rates
- Documentation: https://modelestimator-v2.readthedocs.io/
- License: GNU General Public License v3 (GPLv3)
-
Latest release: 2.1.4
published over 2 years ago