Metadata-Version: 1.1
Name: mgcpy
Version: 0.0.2
Summary: A set of tools in Python for multiscale graph correlation and other statistical tests
Home-page: https://github.com/NeuroDataDesign/mgcpy
Author: Satish Palaniappan, Sambit Panda, Sandhya Ramachandran, Bear Xiong, Richard Guo, Ananya Swaminathan
Author-email: spalani2@jhu.edu
License: Apache License 2.0
Description: # mgcpy
        
        [![Coverage Status](https://coveralls.io/repos/github/NeuroDataDesign/mgcpy/badge.svg?branch=satish)](https://coveralls.io/github/NeuroDataDesign/mgcpy?branch=satish)
        [![Build Status](https://travis-ci.com/NeuroDataDesign/mgcpy.svg?branch=satish)](https://travis-ci.com/NeuroDataDesign/mgcpy)
        [![PEP8](https://img.shields.io/badge/code%20style-pep8-orange.svg)](https://www.python.org/dev/peps/pep-0008/)
        [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
        
        `mgcpy` is a Python package containing tools for multiscale graph correlation and other statistical tests, that is capable of dealing with high dimensional and multivariate data.
        
        ## Installation Guide:
        
        ### Install from pip
        ```
        pip3 install mgcpy
        ```
        
        ### Install from Github
        ```
        git clone https://github.com/NeuroDataDesign/mgcpy
        cd mgcpy
        python3 setup.py install
        ```
        - `sudo python3 setup.py install`, if required
        
        ## MGC Algorithm's Flow
        ![MGCPY Flow](MGCPY.png)
        
        ## License
        
        This project is covered under the **Apache 2.0 License**.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
