Framework for creating and analyzing genotype networks from data.
Project description
This is the Python package used by the Genonets Server for creating and analyzing genotype networks from raw data.
Installation
Linux and Mac OS
Using pip,
pip install genonets
In case you get a ‘permission’ related error, try the following:
sudo pip install genonets
You can also install Genonets directly from the source package.
python setup.py install
Again, in case you run into permission related errors,
sudo python setup.py install
Windows
Instructions for Windows are basically the same, except in certain cases installation of dependencies fails. If that happens, follow these steps:
- Download the ‘whl’ files for numpy and igraph from http://www.lfd.uci.edu/~gohlke/pythonlibs/. E.g.,
numpy-1.10.2+mkl-cp27-none-win32.whl
python_igraph-0.7.1.post6-cp27-none-win32.whl
pip install python_igraph-0.7.1.post6-cp27-none-win32.whl
pip install numpy-1.10.2+mkl-cp27-none-win32.whl
And finally, pip install genonets
Using Genonets as a command line tool
The best way to get started is to work through ‘genonets_exmpl_simple.py’ available in the ‘genonets/sample’ directory. The following command can be used to view the list of command line arguments:
‘python genonets_exmpl_simple.py -h’
This directory also includes other sample files, each highlighting different features.
The details of the analyses used and the attributes computed can be found on the Learn Genonets page.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file genonets-1.0.0b3.tar.gz.
File metadata
- Download URL: genonets-1.0.0b3.tar.gz
- Upload date:
- Size: 58.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1115dbaf6e8f5a9735dbce9001a6a178f8de18b2148a3ac923678c74a3b35598
|
|
| MD5 |
f622fd174f0b62dd651229f0d53079eb
|
|
| BLAKE2b-256 |
048d6a9ab62ebd7a05d1a770ec6322f9150a4cad9d2d7e7c29fc66411e289099
|
File details
Details for the file genonets-1.0.0b3-py2.7.egg.
File metadata
- Download URL: genonets-1.0.0b3-py2.7.egg
- Upload date:
- Size: 112.8 kB
- Tags: Egg
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
db16d04cc50642e05eae9b5eab108ac583477f066a8b590540c381c2eab4b98e
|
|
| MD5 |
333a9655523df817feb606142221752a
|
|
| BLAKE2b-256 |
e111589256953ffd98991a9de92f3963f40f18718f539efb4edf8018fcf77a0a
|
File details
Details for the file genonets-1.0.0b3-py2-none-any.whl.
File metadata
- Download URL: genonets-1.0.0b3-py2-none-any.whl
- Upload date:
- Size: 70.3 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fb695cdda0af5e8e76884b1426f195a0b95d148522599bc04497def6025d191f
|
|
| MD5 |
3fcdb0e4881da4504f26fd25eadd4d5b
|
|
| BLAKE2b-256 |
696ff2bff1d9b476d49c717cccca82efe0d5519e8bc26a6c622a788e3565b126
|