https://github.com/arvestad/modelestimator-v2

Infer amino-acid replacement-rate matrices from protein multi-sequence alignments. Fast!

https://github.com/arvestad/modelestimator-v2

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
Last synced: 10 months ago · JSON representation

Repository

Infer amino-acid replacement-rate matrices from protein multi-sequence alignments. Fast!

Basic Info
  • Host: GitHub
  • Owner: arvestad
  • License: gpl-3.0
  • Language: Python
  • Default Branch: master
  • Homepage:
  • Size: 14 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Fork of RubenRidderstrom/modelestimator-v2
Created over 7 years ago · Last pushed over 2 years ago
Metadata Files
Readme Changelog Contributing License

README.md

PyPI version Build Status

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

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 Email 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

  • Versions: 9
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 27 Last month
Rankings
Dependent packages count: 10.0%
Dependent repos count: 21.7%
Average: 26.2%
Forks count: 29.8%
Downloads: 30.9%
Stargazers count: 38.8%
Maintainers (2)
Last synced: 10 months ago