phylotoast

Tools for phylogenetic data analysis including visualization and cluster-computing support.

https://github.com/smdabdoub/phylotoast

Science Score: 23.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
    Found 30 DOI reference(s) in README
  • Academic publication links
  • Committers with academic emails
    2 of 6 committers (33.3%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (18.0%) to scientific vocabulary

Keywords

16s bioinformatics computational-biology cross-platform hpc microbial-genomics microbiome microbiome-analysis pbs phylogenetics python qiime slurm visualization
Last synced: 6 months ago · JSON representation

Repository

Tools for phylogenetic data analysis including visualization and cluster-computing support.

Basic Info
  • Host: GitHub
  • Owner: smdabdoub
  • License: mit
  • Language: Python
  • Default Branch: master
  • Homepage: http://phylotoast.org
  • Size: 79.7 MB
Statistics
  • Stars: 14
  • Watchers: 5
  • Forks: 4
  • Open Issues: 4
  • Releases: 0
Topics
16s bioinformatics computational-biology cross-platform hpc microbial-genomics microbiome microbiome-analysis pbs phylogenetics python qiime slurm visualization
Created almost 12 years ago · Last pushed about 4 years ago
Metadata Files
Readme Changelog Contributing License

README.rst

PhyloToAST
===========
.. image:: https://img.shields.io/pypi/v/phylotoast.svg?style=plastic   
    :target: https://pypi.python.org/pypi/phylotoast
    :alt: Latest Version
.. image:: https://img.shields.io/pypi/l/phylotoast.svg?style=plastic   
    :target: https://pypi.python.org/pypi/phylotoast
    :alt: License
.. image:: https://img.shields.io/pypi/format/phylotoast.svg?style=plastic   
    :target: https://pypi.python.org/pypi/phylotoast
    :alt: Download format
.. image:: https://img.shields.io/travis/smdabdoub/phylotoast.svg?style=plastic
    :target: https://travis-ci.org/smdabdoub/phylotoast
    :alt: Travis CI build status
.. image:: https://img.shields.io/badge/install%20with-bioconda-4682b4.svg?style=plastic
   :target: https://bioconda.github.io/recipes/phylotoast/README.html

.. image:: images/readmepic.png
   :align: center
   :scale: 50%

The PhyloToAST project is a collection of python code and scripts that
modify the QIIME [1] pipeline by adding/changing several
steps including: support for cluster-computing, multiple primer support
(eliminate primer bias) [2], enhanced support for species-specific
analysis, and additional visualization tools.

Installation
------------

To install PhyloToAST from PyPI:

.. code-block:: bash

    $ pip install phylotoast

Directly from the repository on GitHub:

.. code-block:: bash

    $ pip install git+http://github.com/smdabdoub/phylotoast.git

From source:

.. code-block:: bash

    $ python setup.py install


Documentation
-------------

Full documentation for the scripts and code is available at
`docs.phylotoast.org`_ (hosted by `Read the Docs`_)

Requirements
------------

The list of required modules will vary depending on which executable scripts and/or
parts of the API you may use. For this reason there are no required dependencies
that will be automatically installed along with PhyloToAST. Each executable script will
check that the required libraries are installed and will print a message if any are not
found. 

If you would like to install everything up front, the following is a complete list of libraries
that are used in PhyloToAST:

- `numpy`_
- `scipy`_
- `matplotlib`_ >= 1.5.0
- `biopython`_ >= 1.60 
- `scikit-bio`_
- `scikit-learn`_
- `pandas`_
- `statsmodels`_
- `palettable`_
- `biom-format`_ >= 2.1.5
- `h5py`_ (for parsing BIOM v2.x format files)

Source
------

The `PhyloToAST source`_ is hosted on github.

Citing
------

Dabdoub, S. M. *et al.* PhyloToAST: Bioinformatics tools for species-level analysis and
visualization of complex microbial datasets. *Sci. Rep.* **6**, 29123; doi: `10.1038/srep29123`_ (2016).

Publications using PhyloToAST
------------------------------
Tsigarida and Dabdoub et al., *The Influence of Smoking on the Peri-Implant
Microbiome*. Journal of Dental Research, 2015; doi: `10.1177/0022034515590581`_

Mason et al., *The subgingival microbiome of clinically healthy current
and never smokers*. The ISME Journal, 2014; doi: `10.1038/ismej.2014.114`_

Dabdoub et al., *Patient-specific Analysis of Periodontal and Peri-implant Microbiomes*.
Journal of Dental Research, 2013; doi: `10.1177/0022034513504950`_

References
----------

[1] J Gregory Caporaso, et al., *QIIME allows analysis of
high-throughput community sequencing data*. Nature Methods, 2010;
doi: `10.1038/nmeth.f.303`_

[2] Kumar PS, et al., *Target Region Selection Is a Critical Determinant
of Community Fingerprints Generated by 16S Pyrosequencing*. PLoS ONE
(2011) 6(6): e20956. doi: `10.1371/journal.pone.0020956`_

.. _docs.phylotoast.org: http://docs.phylotoast.org
.. _Read the Docs: http://readthedocs.org
.. _numpy: http://numpy.org
.. _scipy: http://scipy.org
.. _matplotlib: http://matplotlib.org
.. _biopython: http://biopython.org
.. _scikit-bio: http://scikit-bio.org
.. _scikit-learn: http://scikit-learn.org
.. _pandas: http://pandas.pydata.org
.. _statsmodels: http://statsmodels.sourceforge.net/
.. _palettable: https://jiffyclub.github.io/palettable/
.. _biom-format: http://biom-format.org
.. _h5py: http://www.h5py.org/
.. _PhyloToAST source: http://github.com/smdabdoub/phylotoast
.. _10.1038/srep29123: http://dx.doi.org/10.1038/srep29123
.. _10.1177/0022034515590581: http://dx.doi.org/10.1177/0022034515590581
.. _10.1038/ismej.2014.114: http://dx.doi.org/10.1038/ismej.2014.114
.. _10.1177/0022034513504950: http://dx.doi.org/10.1177/0022034513504950
.. _10.1038/nmeth.f.303: http://dx.doi.org/10.1038/nmeth.f.303
.. _10.1371/journal.pone.0020956: http://dx.doi.org/10.1371/journal.pone.0020956

Owner

  • Name: Shareef Dabdoub
  • Login: smdabdoub
  • Kind: user
  • Location: Iowa City, IA
  • Company: University of Iowa

Asst. Prof. University of Iowa. Division of Biostatistics and Computational Biology. Research focus on microbial ecology, multi-omics, data visualization

GitHub Events

Total
  • Watch event: 1
Last Year
  • Watch event: 1

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 509
  • Total Committers: 6
  • Avg Commits per committer: 84.833
  • Development Distribution Score (DDS): 0.639
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Akshay Paropkari p****1@g****m 184
Shareef Dabdoub d****2@o****u 151
Shareef Dabdoub s****f@d****t 110
Akshay Paropkari a****i 61
Esther c****5@o****u 2
Your Name y****u@e****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 7 months ago

All Time
  • Total issues: 17
  • Total pull requests: 52
  • Average time to close issues: about 2 months
  • Average time to close pull requests: 7 days
  • Total issue authors: 5
  • Total pull request authors: 1
  • Average comments per issue: 1.59
  • Average comments per pull request: 0.1
  • Merged pull requests: 47
  • 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
  • akshayparopkari (10)
  • smdabdoub (4)
  • mthon (1)
  • bstamps (1)
  • kali1819 (1)
Pull Request Authors
  • akshayparopkari (52)
Top Labels
Issue Labels
enhancement (9) documentation (1)
Pull Request Labels
enhancement (13) documentation (8) bug (5) duplicate (2)

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 12 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 2
  • Total versions: 1
  • Total maintainers: 1
pypi.org: phylotoast

Tools for phylogenetic data analysis including visualization and cluster-computing support.

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 2
  • Downloads: 12 Last month
Rankings
Dependent packages count: 10.0%
Dependent repos count: 11.6%
Forks count: 15.3%
Stargazers count: 16.0%
Average: 21.7%
Downloads: 55.6%
Maintainers (1)
Last synced: 6 months ago