Skip to content

A professional bioinformatics web application built with R, Bioconductor, and Plumber that provides both an interactive browser interface and RESTful API for DNA/RNA sequence pattern matching, restriction site analysis, and motif detection - deployed on Render with Docker for scalable genomic sequence analysis.

Notifications You must be signed in to change notification settings

LDolanLDolan/rna-analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧬 RNA Analyzer API

Live Demo API Status

🚀 Try the live RNA sequence analyzer: https://rna-analyzer.onrender.com/


RNA Sequence Analysis API

This API, built with R and plumber, analyzes RNA sequences to provide:

  • Sequence length
  • GC content
  • Detected open reading frames (ORFs)

Endpoint

GET /analyze?seq=RNA_SEQUENCE

Returns JSON with:

  • length: Length of the RNA string
  • gc_content: GC proportion
  • orf_count: Number of open reading frames
  • orfs: Positions of ORFs

Example call:

curl 'https://your-deployment-url/analyze?seq=AUGGCU...'

Powered by Bioconductor.

About

A professional bioinformatics web application built with R, Bioconductor, and Plumber that provides both an interactive browser interface and RESTful API for DNA/RNA sequence pattern matching, restriction site analysis, and motif detection - deployed on Render with Docker for scalable genomic sequence analysis.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published