Metadata-Version: 2.1
Name: pySeqRNA
Version: 0.0.2
Summary: pySeqRNA a python based RNA analysis package
Home-page: http://bioinfo.usu.edu/pyseqrna
Author: Naveen Duhan
Author-email: naveen.duhan@usu.edu
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: certifi
Requires-Dist: cffi
Requires-Dist: charset-normalizer
Requires-Dist: cycler
Requires-Dist: dill
Requires-Dist: fonttools
Requires-Dist: future
Requires-Dist: idna
Requires-Dist: importlib-metadata
Requires-Dist: Jinja2
Requires-Dist: kiwisolver
Requires-Dist: Markdown
Requires-Dist: MarkupSafe
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: packaging
Requires-Dist: pandas
Requires-Dist: patsy
Requires-Dist: Pillow
Requires-Dist: psutil
Requires-Dist: pycparser
Requires-Dist: pyfastx
Requires-Dist: pyparsing
Requires-Dist: pysam
Requires-Dist: python-dateutil
Requires-Dist: pytz
Requires-Dist: pytz-deprecation-shim
Requires-Dist: requests
Requires-Dist: rpy2
Requires-Dist: scipy
Requires-Dist: seaborn
Requires-Dist: six
Requires-Dist: statsmodels
Requires-Dist: tzdata
Requires-Dist: tzlocal
Requires-Dist: urllib3
Requires-Dist: waiting
Requires-Dist: zipp
Requires-Dist: wheel
Requires-Dist: openpyxl

# pyseqrna

pySeqRNA: a python-based package for RNASeq data analysis


## Installation

Download the installer: [Miniconda installer for Linux.](https://docs.conda.io/en/latest/miniconda.html#linux-installers)

conda env create -f pyseqrna_environment.yml

conda activate pyseqrna_0.0.2

pip install . 

## Run pyseqrna

pyseqrna -h

## Please Cite

Duhan N and Kaundal R. pySeqRNA: an automated Python package for RNA sequencing data analysis [version 1; not peer reviewed]. F1000Research 2020, 9(ISCB Comm J):1128 (poster) (https://doi.org/10.7490/f1000research.1118314.1) 

## Contact

Written by Naveen Duhan (naveen.duhan@usu.edu),
Kaundal Bioinformatics Lab, Utah State University,
Released under the terms of GNU General Public Licence v3
