Metadata-Version: 2.1
Name: Pyomic
Version: 1.1.4
Summary: A python framework library for omics analysis
Home-page: https://github.com/Starlitnightly/Pyomic
Author: ZehuaZeng
Author-email: Starlitnightly@163.com
License: GNU License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Pyomic - framework for omics

[![Lifecycle:maturing](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://www.tidyverse.org/lifecycle/#maturing) [![bulid:passing](https://img.shields.io/appveyor/build/gruntjs/grunt)](https://img.shields.io/appveyor/build/gruntjs/grunt) [![License:GPL](https://img.shields.io/badge/license-GNU-blue)](https://img.shields.io/apm/l/vim-mode) [![pypi-badge](https://img.shields.io/pypi/v/Pyomic)](https://pypi.org/project/Pyomic) [![Documentation Status](https://readthedocs.org/projects/pyomic/badge/?version=latest)](https://pyomic.readthedocs.io/en/latest/?badge=latest) 

**The python library for omics !**

## Directory structure

````
.
├── Pyomic                  # Main Python package
├── sample                  # Experiments and case studies
├── result                  # the test result by tutorial
├── source                  # Documentation files
├── LICENSE
└── README.md
````

## Where to get it

Binary installers for the latest released version are available at the pypi

    #PyPI
    #pip install -U Pyomic

## Usage

Please checkout the documentations and tutorials at [pyomic.readthedocs.io](https://pyomic.readthedocs.io/en/latest/index.html).

## Reference

dynamicTreeCut was originally published by in *Bioinformatics*:

Langfelder P, Zhang B, Horvath S (2007) Defining clusters from a hierarchical cluster tree: the Dynamic Tree Cut package for R. Bioinformatics 2008 24(5):719-720

## Contact

- Zehua Zeng ([starlitnightly@163.com](mailto:starlitnightly@163.com))

