🚀 Try the live RNA sequence analyzer: https://rna-analyzer.onrender.com/
This API, built with R and plumber, analyzes RNA sequences to provide:
- Sequence length
- GC content
- Detected open reading frames (ORFs)
Returns JSON with:
length: Length of the RNA stringgc_content: GC proportionorf_count: Number of open reading framesorfs: Positions of ORFs
Example call:
curl 'https://your-deployment-url/analyze?seq=AUGGCU...'
Powered by Bioconductor.