Metadata-Version: 2.1
Name: infogenomics
Version: 0.4
Summary: Advanced framework for the informational genomics in python3
Home-page: https://github.com/MassimilianoLoss/Frmw_4_Informational_genomics.git
Author: Vincenzo Bonnici, Massimiliano Loss, Monica Pedrazzini
Author-email: vincenzo.bonnici@univr.it, massimiliano.loss@studenti.univr.it, monica.pedrazzini@studenti.univr.it
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# Advanced framework for informational genomics in python3

This library collects a list of useful methods to solve informational genomic problems.
Please use the command "pip install infogenomics" to install the library. 
To use the library you have to type import infogenomics in the python3 shell and then you can use all the methods typing infogenomics.methodName.
Use dir(infogenomics) to have a list of all the methods of the library and use the function "help(method)" for a detailed description.




