Metadata-Version: 2.1
Name: sonicparanoid
Version: 1.0.0.dev6
Summary: SonicParanoid: fast, easy, and accurate orthology inference
Home-page: http://iwasakilab.bs.s.u-tokyo.ac.jp/sonicparanoid/
Author: Salvatore Cosentino
Author-email: salvo@gmail.com
License: GNU GENERAL PUBLIC LICENSE, Version 3.0 (GPLv3)
Project-URL: Source, https://bitbucket.org/salvocos/sonicparanoid
Keywords: bioinformatic inparanoid orthology_inference phylogeny evolution orthology
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.5, <3.7
Requires-Dist: numpy (>=1.13.0)
Requires-Dist: pandas (>=0.22.0)
Requires-Dist: cython (>=0.27.0)
Requires-Dist: sh (>=1.12.14)
Requires-Dist: setuptools (>=24.2.0)
Requires-Dist: pip (>=9.0.1)
Requires-Dist: biopython (>=1.67)

=============
sonicparanoid
=============

A fast, accurate and easy to use orthology inference tool.

Description
===========

SonicParanoid is a stand-alone software for the identification of orthologous relationships among multiple species. SonicParanoid is an open source software released under the GNU GENERAL PUBLIC LICENSE, Version 3.0 (GPLv3), implemented in Python3, Cython, and C++. It works on Linux and Mac OSX. The software is designed to run using multiple processors and proved to be up to 1245X faster then InParanoid, 166X faster than Proteinortho, and 172X faster than OrthoFinder 2.0 with an accuracy comparable to that of well-established orthology inference tools.
Thanks to its speed, accuracy, and usability SonicParanoid substantially relieves the difficulties of orthology inference for biologists who need to construct and maintain their own genomic datasets.

SonicParanoid was tested on the 2011 version of a benchmark proteome dataset provided by the Quest for Orthologs (QfO) consortium (https://questfororthologs.org), and its accuracy was assessed, and compared to that of other 13 methods, using a publicly available orthology benchmarking service (http://orthology.benchmarkservice.org).
SonicParanoid is available at http://iwasakilab.bs.s.u-tokyo.ac.jp/sonicparanoid.

Citation
===========

Salvatore Cosentino and Wataru Iwasaki (2018) SonicParanoid: fast, accurate, and easy orthology inference. Bioinformatics
https://doi.org/10.1093/bioinformatics/bty631


