Metadata-Version: 1.1
Name: fpkem
Version: 0.1.0
Summary: Estimation of gene expression based on RNA-Seq data
Home-page: http://www.buchholz-lab.org/
Author: Maciej Paszkowski-Rogacz
Author-email: maciej.paszkowski-rogacz@tu-dresden.de
License: The Artistic License 2.0
Description: Estimation of gene expression based on RNA-Seq data
        ---------------------------------------------------
        
        FPKEM is a tool for quantifying abundances of genes
        in sequenced samples, which takes into account mappability
        of sequencing reads and possible deviation of splicing patterns
        from the provided transcriptoem annotation file.
        
        This version requires Python 3 with a pysam package.
        
Platform: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Natural Language :: English
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Artistic License
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires: pysam (>=0.7.6)
