The website is freely available at http://varied.cgm.ntu.edu.tw/
VariED is a web-based querying system with an integrated annotation database and expression profiles for human genetic variants. The system was written in Python with Flask framework.
VariED is under the VariED project in Bioinformatics and Biostatistics Core, NTU Center of Genomic Medicine.
- Git
- Python 3.4+
- Flask 0.10.1
- ANNOVAR
- CADD
Create the virtual environment at <repo>/venv
:
python3 -m venv venv
To activate it:
. venv/bin/activate
Use pip:
pip install -r requirements.txt
Edit the 'Path' in VariED.py
python project/VariED.py
Please contact dytk2134[at]gmail[dot]com to let me know if need to get the data in VariED. For large files, we will provide FTP for you:)