git clone https://github.com/pebonte/AAindex.git
pip install seaborn
pip install scikit_posthocs
pip install pandas
pip install selenium
pip install matplotlib
pip install numpy
pip install scipy
In the root of the git, a MAC OSX chromedriver is given. You need to download a Linux chromedriver and put it in the root of the git in order to run the program. You can download it here
Not necessary, data are already retrieved but you can use it to convert msf files to plain files (easy to parse)
cd src
python3 alignment.py
python3 space_to_tab.py
You can test the script with a few data first by only giving 1 index to work on. An example is given. You just need to manually uncomment this line in the script.
#list_aaindex_ids = ['GRAR740102']
To run the script:
cd src
python3 boxplots.py
You can test the script with a few data first by only giving 1 index to work on. An example is given. You just need to manually uncomment this line in the script.
#list_aaindex_ids = ['GRAR740102']
To run the script:
cd src
python3 heatmaps_stats.py
Master student in bioinformatics at Paris Diderot University.