Metadata-Version: 2.1
Name: qurro
Version: 0.3.0
Summary: Visualizes ranked features and log ratios of their sample abundances
Home-page: https://github.com/biocore/qurro
Author: Qurro development team
Author-email: mfedarko@ucsd.edu
Maintainer: Qurro development team
Maintainer-email: mfedarko@ucsd.edu
License: BSD
Description: # Qurro: Quantitative Rank/Ratio Observations
        
        <div align="center">
        <img width="40%" src="https://raw.githubusercontent.com/biocore/qurro/master/docs/images/logos/qurro_logo.png" alt="Qurro logo" />
        </div>
        
        <div align="center">
        <a href="https://travis-ci.org/biocore/qurro"><img src="https://travis-ci.org/biocore/qurro.svg?branch=master" alt="Build Status" /></a>
        <a href="https://codecov.io/gh/biocore/qurro"><img src="https://codecov.io/gh/biocore/qurro/branch/master/graph/badge.svg" alt="Code Coverage" /></a>
        <a href="https://zenodo.org/badge/latestdoi/158270494"><img src="https://zenodo.org/badge/158270494.svg" alt="DOI" /></a>
        <a href="https://pypi.org/project/qurro"><img src="https://img.shields.io/pypi/v/qurro.svg" alt="PyPI" /></a>
        <p>(Pronounced "churro.")</p>
        </div>
        
        Qurro visualizes the output from a tool like
        [Songbird](https://github.com/biocore/songbird) or
        [DEICODE](https://github.com/biocore/DEICODE). It displays a plot of
        __feature rankings__ (either the differentials produced by a tool like
        Songbird, or the loadings in a compositional biplot produced by a tool
        like DEICODE) alongside a plot showing the __log ratios__ of
        selected features' abundances within samples.
        
        Qurro can be used standalone (as a Python 3 script that generates a
        folder containing a HTML/JS/CSS visualization) or as a
        [QIIME 2](https://qiime2.org/) plugin (that generates a QZV file that can be
        visualized at [view.qiime2.org](https://view.qiime2.org/) or by using
        `qiime tools view`). **Starting with Qurro v0.3.0, Qurro requires a QIIME 2
        version of at least 2019.7.**
        
        Qurro should work with most modern web browsers. Firefox or Chrome are
        recommended.
        
        Qurro is still being developed, so backwards-incompatible changes might
        occur. If you have any questions, feel free to contact the development team at
        [mfedarko@ucsd.edu](mailto:mfedarko@ucsd.edu).
        
        ## Demos
        
        See the <a href="https://biocore.github.io/qurro">Qurro website</a> for a list of
        interactive demos using real datasets.
        
        ### Screenshot: Visualizing KEGG orthologs in metagenomic data from the Red Sea
        
        <img width="100%" src="https://raw.githubusercontent.com/biocore/qurro/master/screenshots/redsea_data.png" alt="Screenshot showing a Qurro visualization of ranked features (which in this dataset correspond to KEGG orthologs) and a scatterplot plot of the log ratio of certain features' abundances in samples." />
        
        This visualization (which uses data from
        [this study](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5315489/), with ranks
        generated by [Songbird](https://github.com/biocore/songbird/)) can be viewed
        online [here](https://biocore.github.io/qurro/demos/red_sea/index.html).
        
        ## Installation and Usage
        
        You can install Qurro using [pip](https://pip.pypa.io/en/stable/):
        
        ```
        pip install numpy
        pip install qurro
        ```
        
        A python version of at least 3.5 is required to use Qurro.
        
        ### Temporary Caveat
        
        Certain characters in column names in the sample metadata, feature metadata (if passed), and feature differentials (if passed) will be replaced with similar characters or just removed entirely:
        
        | Old Character(s) | New Character |
        | ------------- | ------------- |
        | `.`  | `:`  |
        | `]`  | `)`  |
        | `[`  | `(`  |
        | `\ ` | <code>\|</code>  |
        | `'` or `"` | Nothing |
        
        This is due to some downstream issues with handling these sorts of characters
        in field names. See [this issue](https://github.com/biocore/qurro/issues/66)
        for context.
        
        ### Integration with metabolomics feature metadata
        
        If you have a GNPS feature metadata file (where each row in the file has a
        `parent mass` and `RTConsensus` column), you can pass in the `-gnps`
        (`--assume-gnps-feature-metadata`) command-line argument to Qurro's
        standalone script to make Qurro understand the metadata file. **Please
        note that this functionality is experimental**; furthermore, it is not yet
        available in the QIIME 2 plugin version of Qurro.
        
        ## Tutorials
        
        ### "Moving Pictures" Tutorial
        
        In the style of the QIIME 2 and DEICODE moving pictures tutorials, there is a
        draft moving pictures tutorial (showing how to use Qurro within QIIME 2, and
        how to interact with the generated Qurro visualization) **available
        [here](https://github.com/biocore/qurro/blob/master/docs/tutorials/moving-pictures/moving-pictures.md).**
        This tutorial is still a work in progress, so feel free to contact us if you
        have any outstanding questions (or any suggestions for improving this
        tutorial).
        
        ### Running Qurro from the command line
        
        Examples of using Qurro (both inside and outside of QIIME 2) are
        available in Qurro's example Jupyter notebooks, which are located
        [here](https://github.com/biocore/qurro/tree/master/example_notebooks):
        - [**`deicode_example.ipynb`**](https://nbviewer.jupyter.org/github/biocore/qurro/blob/master/example_notebooks/DEICODE_sleep_apnea/deicode_example.ipynb)
          demonstrates using [DEICODE](https://github.com/biocore/DEICODE) and then using Qurro to visualize DEICODE's output.
        - [**`songbird_example.ipynb`**](https://nbviewer.jupyter.org/github/biocore/qurro/blob/master/example_notebooks/songbird_red_sea/songbird_example.ipynb)
          demonstrates using [Songbird](https://github.com/biocore/songbird) and then using Qurro to visualize Songbird's output.
        
        ## Citing Qurro
        
        A manuscript describing Qurro is in preparation. In the meantime, you can cite
        the DOI of Qurro's source code (provided by Zenodo). See
        [this link](https://doi.org/10.5281/zenodo.3257763) for citation instructions.
        
        ## Acknowledgements
        
        ### Dependencies
        
        Code files for the following projects are distributed within
        `qurro/support_file/vendor/`.
        See the `dependency_licenses/` directory for copies of these software projects'
        licenses (each of which includes a respective copyright notice).
        - [Vega](https://vega.github.io/vega/)
        - [Vega-Lite](https://vega.github.io/vega-lite/)
        - [Vega-Embed](https://github.com/vega/vega-embed)
        - [RequireJS](https://requirejs.org/)
        - [reset](https://meyerweb.com/eric/tools/css/reset/)
          - Note that `reset` is released under the public domain, so it doesn't have a
            "license." In any case, thank you to [Eric Meyer](https://meyerweb.com/eric/)
            for providing this resource!
        
        The following software projects are required for Qurro's python code
        to function, although they are not distributed with Qurro (and are
        instead installed alongside Qurro).
        - [Altair](https://altair-viz.github.io/)
        - [biom-format](http://biom-format.org/)
        - [click](https://palletsprojects.com/p/click/)
        - [NumPy](https://www.numpy.org/)
        - [pandas](https://pandas.pydata.org/)
        - [scikit-bio](http://scikit-bio.org/)
        
        ### Testing Dependencies
        
        For python testing/style checking, Qurro uses
        [pytest](https://docs.pytest.org/en/latest/),
        [pytest-cov](https://github.com/pytest-dev/pytest-cov),
        [flake8](http://flake8.pycqa.org/en/latest/), and
        [black](https://github.com/ambv/black). You'll also need to have QIIME 2
        installed to run most of the python tests (the exact QIIME 2 version shouldn't
        matter too much).
        
        For JavaScript testing/style checking, Qurro uses
        [Mocha](https://mochajs.org/), [Chai](https://www.chaijs.com/),
        [mocha-headless-chrome](https://github.com/direct-adv-interfaces/mocha-headless-chrome),
        [nyc](https://github.com/istanbuljs/nyc), [jshint](https://jshint.com/),
        and [prettier](https://prettier.io/).
        
        Qurro also uses [Travis-CI](https://travis-ci.org/) and
        [Codecov](https://codecov.io/).
        
        ### Data Sources
        
        The test data located in `qurro/tests/input/mackerel/` were exported from
        QIIME 2 artifacts in [this repository](https://github.com/knightlab-analyses/qurro-mackerel-analysis). These data are from Minich et al. 2019 [1].
        
        The test data located in `qurro/tests/input/byrd/` are from
        [this repository](https://github.com/knightlab-analyses/reference-frames).
        These data, in turn, originate from Byrd et al.'s 2017 study on atopic
        dermatitis [2].
        
        The test data located in `qurro/tests/input/sleep_apnea/`
        (and in `example_notebooks/DEICODE_sleep_apnea/input/`)
        are from [this Qiita study](https://qiita.ucsd.edu/study/description/10422),
        which is associated with Tripathi et al.'s 2018 study on sleep apnea [4].
        
        The test data located in `qurro/tests/input/moving_pictures/`
        are from [the QIIME 2 moving pictures tutorial](https://docs.qiime2.org/2019.1/tutorials/moving-pictures/).
        The `ordination.qza` file in this folder was computed based on the
        [DEICODE moving pictures tutorial](https://library.qiime2.org/plugins/deicode/19/).
        These data (sans the DEICODE ordination) are associated with Caporaso et al. 2011 [5].
        
        Lastly, the data located in `qurro/tests/input/red_sea`
        (and in `example_notebooks/songbird_red_sea/input/`, and shown in the
        screenshot above) were taken from Songbird's GitHub repository in its
        [`data/redsea/`](https://github.com/biocore/songbird/tree/master/data/redsea)
        folder, and are associated with
        [this paper](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5315489/) [3].
        
        ### Logo
        
        Qurro's logo was created using the [Lalezar](https://github.com/BornaIz/Lalezar) font.
        Also, shout out to [this gist](https://gist.github.com/DavidWells/7d2e0e1bc78f4ac59a123ddf8b74932d) for showing how to center images in GitHub markdown files (which is more of a hassle than it sounds).
        
        ### Special Thanks
        
        The design of Qurro was strongly inspired by
        [EMPeror](https://github.com/biocore/emperor) and
        [q2-emperor](https://github.com/qiime2/q2-emperor/), along with
        [DEICODE](https://github.com/biocore/DEICODE). A big shoutout to
        Yoshiki Vázquez-Baeza for his help in planning this project, as well as to
        Cameron Martino for a ton of work on getting the code in a distributable state
        (and making it work with QIIME 2). Thanks also to Jamie Morton, who wrote the
        original code for producing rank and sample plots from which this is derived.
        
        And thanks to a bunch of the Knight Lab for helping name the tool :)
        
        ## References
        
        [1] Minich, J. J., Petrus, S., Michael, J. D., Michael, T. P., Knight, R., &
        Allen, E. E. (2019). Temporal, environmental, and biological
        drivers of the mucosal microbiome in a wild marine fish, Scomber japonicus.
        _Manuscript under review._
        
        [2] Byrd, A. L., Deming, C., Cassidy, S. K., Harrison, O. J., Ng, W. I., Conlan, S., ... & NISC Comparative Sequencing Program. (2017). Staphylococcus aureus and Staphylococcus epidermidis strain diversity underlying pediatric atopic dermatitis. _Science translational medicine, 9_(397), eaal4651.
        
        [3] Thompson, L. R., Williams, G. J., Haroon, M. F., Shibl, A., Larsen, P.,
        Shorenstein, J., ... & Stingl, U. (2017). Metagenomic covariation along densely
        sampled environmental gradients in the Red Sea. _The ISME journal, 11_(1), 138.
        
        [4] Tripathi, A., Melnik, A. V., Xue, J., Poulsen, O., Meehan, M. J., Humphrey, G., ... & Haddad, G. (2018). Intermittent hypoxia and hypercapnia, a hallmark of obstructive sleep apnea, alters the gut microbiome and metabolome. _mSystems, 3_(3), e00020-18.
        
        [5] Caporaso, J. G., Lauber, C. L., Costello, E. K., Berg-Lyons, D., Gonzalez, A., Stombaugh, J., ... & Gordon, J. I. (2011). Moving pictures of the human microbiome. _Genome biology, 12_(5), R50.
        
        ## License
        
        This tool is licensed under the [BSD 3-clause license](https://en.wikipedia.org/wiki/BSD_licenses#3-clause_license_(%22BSD_License_2.0%22,_%22Revised_BSD_License%22,_%22New_BSD_License%22,_or_%22Modified_BSD_License%22)).
        Our particular version of the license is based on [scikit-bio](https://github.com/biocore/scikit-bio)'s [license](https://github.com/biocore/scikit-bio/blob/master/COPYING.txt).
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS :: MacOS X
Description-Content-Type: text/markdown
Provides-Extra: dev
