Metadata-Version: 2.1
Name: xpore
Version: 2.0
Summary: xpore is a python package for Nanopore data analysis of differential RNA modifications.
Home-page: https://github.com/GoekeLab/xpore
Author: Ploy N. Pratanwanich
Maintainer-email: naruemon.p@chula.ac.th
License: MIT
Description: ![alt text](https://github.com/GoekeLab/xpore/blob/master/figures/xpore_textlogo.png "xPore")
        
        
        
        [![PyPI version](https://badge.fury.io/py/xpore.svg)](https://badge.fury.io/py/xpore)
        [![Documentation Status](https://readthedocs.org/projects/xpore/badge/?version=latest)](https://xpore.readthedocs.io/en/latest/?badge=latest)
        [![Downloads](https://pepy.tech/badge/xpore)](https://pepy.tech/project/xpore)
        
        
        ---
        
        
        xPore is a Python package for identification and quantification of differential RNA modifications from direct RNA sequencing. 
        
        
        ### Installation
        
        xPore requires [Python3](https://www.python.org).
        To install the latest release with PyPI (recommended), run
        
        ```sh
        $ pip install xpore 
        ```
        ### Documentation
        
        Please refer to our xPore documentation ([https://xpore.readthedocs.io](https://xpore.readthedocs.io)) for additional information, a quick start guide, and details on the data processing and output file format.
        
        xPore is described in details in a preprint (https://www.biorxiv.org/content/10.1101/2020.06.18.160010v1)
        
        ### Release History
        
        The current release is xPore v2.0.
        
        Please refer to the github release history for previous releases: https://github.com/GoekeLab/xpore/releases
        
        ---
        
        ### Citing xPore
        
        If you use xPore in your research, please cite
        
        [Ploy N. Pratanwanich, et al. "Detection of differential RNA modifications from direct RNA sequencing of human cell lines". *bioRxiv* (2020) doi: https://doi.org/10.1101/2020.06.18.160010](https://www.biorxiv.org/content/10.1101/2020.06.18.160010v1)
        
        
        ---
        
        ### Contact
        
        xPore is maintained by [Ploy N. Pratanwanich](https://github.com/ploy-np), [Yuk Kei Wan](https://github.com/yuukiiwa) and [Jonathan Goeke](https://github.com/jonathangoeke) from the Genome Institute of Singapore, A*STAR. 
        
        If you want to contribute, please leave an issue. 
        
        Thank you!
        
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Intended Audience :: Science/Research
Requires-Python: >=3.8
Description-Content-Type: text/markdown
