This project was built using the Django Framework. And it it separated in two 'web apps':
- ampdb (main django application): Where all the logic behind main service is added.
- Blog app. : A simple blog for posting news about the service.
- Basic search: using the globaly used PDB id and/or the organizm,
- Advance search: searching for all the multidimensional data in our database
This project aims to decrease the costs of in-silico antibiotic research. How ? Read the scientific text below.
Recently there has been a dangerous increase of drug-resistant pathogenous micro organisms. The antimicrobial peptides are part of the first layer of the immunologic system, and create a natural passive defense agains infections. They could be a solution to the rising problem of antibiotic-resistant microbes [1].
This project is the creation of a web system that contains multidimensional information about antimicrobial peptides, and make them available to the scientific community. This system will contain in its database multidimensional information about the known peptides, cutting the research costs by making information easier to obtain, with non trivial information made available in a simple web search.
#TO DO:
- favicon,
- Custom search with a shell script,
- Custom SQL search in a web page
[1] FERNANDES, F. C.; RIGDEN, D. J.; FRANCO, O. L. Prediction of antimicrobial peptides based on the adaptive neuro-fuzzy inference system application. Biopolymers, v. 98, n. 4, p. 280-7, 2012.
#How to Contribute : see CONTRIBUTING.md
#About the Authors