code analysis for genes
Project description
Requirements
Qt4
Qt4 (Mac OS X)
Install Qt4 via Homebrew is recommended. Install Homebrew is as follows:
$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Install Qt4 is as follows:
$ brew install qt
Qt4 (Ubuntu)
$ sudo apt-get install libqt4-dev
How to install
The genecoder can be installed via pip.
$ pip install genecoder $ pyside_postinstall.py -install
Usage examples
Calculate RC distance:
$ genecoder distance --coder n3_1 --coder n3_2 -gf4 ATGC --seq label1:ATGCATGCATGC --output [result] $ genecoder --all --gf4all --input [FASTA]
Survival analysis:
$ genecoder stat --graph --coder n3_1 --outdir [result_dir] --input [tp53 database file]
The results are stored in result_dir folder.
Generate FASTA file from csv database:
$ genecoder csv2fasta <idx_name> <idx_seq> [<length>] [--input=<csv>] [--output=<output>]
Use GUI:
$ genecoder gui
Show help:
$ genecoder -h
Show support coders:
$ genecoder list
TP53 database file format
TP53 database is a CSV(Comma-Separated Values) format file. Columns should be the followings:
mutation_id
seq_category
region_name
seq_na
RFS(months)
RFS(event)
OS(months)
OS(event)
How to develop
Developers should use pyenv and pyenv-virtualenv.
Mac OS X users can be installed via Homebrew:
$ brew install pyenv-virtualenv
How to construct an environment:
$ git clone https://github.com/kerug/genecoder.git $ cd genecoder $ pyenv install 2.7.5 $ pyenv install 3.4.1 $ pyenv virtualenv 2.7.5 genecoder-2.7.5 $ pyenv virtualenv 3.4.1 genecoder-3.4.1 $ pyenv local genecoder-2.7.5 genecoder-3.4.1 $ pip install -r test-requirements.txt $ pip3 install -r test-requirements.txt
Tests for Python 2 & 3:
$ tox
Alternatively,
$ python setup.py test
Sometimes, the following commands are needed:
$ pyside_postinstall.py -install $ pyenv rehash
Qt creator’s user-interface (*.ui) can be converted to python code as follows:
$ pyside-uic -o mainwindow.py mainwindow.ui
References
Sato Keiko, Toshihide Hara, and Masanori Ohya. “The code structure of the p53 DNA-binding domain and the prognosis of breast cancer patients.” Bioinformatics 29.22 (2013): 2822-2825. [Link]
Changes
1.1.1
add auto ext recognition
1.1.0
add –compress option
1.0.5
change results-header of distance mode
1.0.4
fix csv2fasta mode
1.0.3
fix csv2fasta mode
1.0.2
update support coders
1.0.1
fix list mode
1.0.0
first version
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file genecoder-1.1.1.tar.gz
.
File metadata
- Download URL: genecoder-1.1.1.tar.gz
- Upload date:
- Size: 1.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 98d618a8910be416efcf303b199c773600dc7463ec3fc3c8429c4f24ce703c5f |
|
MD5 | 3d5d10850d11dfa535eb92f342a6e8be |
|
BLAKE2b-256 | 74d523acbe7b1804b7840e965a2bb5691c46ab58a5346aad50407db4cacb1148 |