AAProp — a lightweight REST API to query biochemical properties of the 20 standard amino acids.
50K+
AAProp is a lightweight REST service that provides essential biochemical properties for the 20 standard amino acids.
["GCT", "GCC", "GCA", "GCG"])The public endpoint is available at: https://aaprop.shuttleapp.rs
To fetch data for “Alanine”, for example:
curl https://aaprop.shuttleapp.rs/amino_acid/Alanine
Sample response:
{
"amino_acid": {
"name": "Alanine",
"short_name": "Ala",
"abbreviation": "A",
"side_chain": "Nonpolar",
"molecular_weight": 89.09,
"codons": ["GCT", "GCC", "GCA", "GCG"]
}
}
To run your own instance of AAProp using Docker:
docker pull imamiland/aaprop:latest docker run -p 8000:8000 aaprop:latest
Once running, you can query the API at:
http://localhost:8000/amino_acid/{identifier}
where {identifier} is the amino acid name, three-letter code, or one-letter code.
Source Code: GitHub repository
Live Demo / Quick Start: AAProp Quick Start Guide
License: MIT OR Apache-2.0
Bioinformatics tools and pipelines that need accurate amino-acid metadata
Web services or microservices architecture to avoid hard-coding amino acid constants
Teaching or research projects where easy, programmatic access to amino-acid properties is helpful
Content type
Image
Digest
sha256:bed0a6f3f…
Size
2.3 MB
Last updated
5 months ago
docker pull imamiland/aaprop:sha256-2adb683ff68a1ce0d49c1f4418c83afe52f9305b3348fac99753ef126117e1b8.attPulls:
3,357
Jul 6 to Jul 12