DNA, RNA, and protein sequence viewer
Project description
Streamlit SeqViz
Streamlit SeqViz 🧬 brings the powerful SeqViz DNA/RNA/protein viewer to Streamlit. It allows you to visualize and explore biological sequences interactively inside your Streamlit apps with support for annotations, primers, restriction sites, translations, and more.
Demo
Installation
pip install st-seqviz
Usage
import streamlit as st
from st_seqviz import SeqViz
sv = SeqViz(
seq="TTGACGGCTAGCTCAGTCCTAGGTACAGTGCTAGC",
name="J23100",
annotations=[
{"name": "promoter", "start": 0, "end": 34, "direction": 1, "color": "blue"}
],
)
st.json(sv)
➡️ See the /demo folder for more complex examples (annotations, enzymes, translations, highlights, etc.).
API Reference
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
seq |
str |
— | DNA, RNA, or amino acid sequence to render. |
viewer |
"linear", "circular", "both", "both_flip" |
"both" |
Viewer layout and orientation. |
name |
str |
"" |
Name of the sequence or plasmid. |
annotations |
list[dict] |
[] |
Sequence annotations (start, end, name, direction). |
primers |
list[dict] |
[] |
Primer regions (same structure as annotations). |
translations |
list[dict] |
[] |
Sequence ranges to translate and display as amino acids. |
enzymes |
list[str | dict] |
[] |
Restriction enzymes or custom recognition sites. |
highlights |
list[dict] |
[] |
Sequence ranges to visually highlight. |
zoom_linear |
int |
50 |
Linear viewer zoom level (0–100). |
colors |
list |
[] |
Custom color palette. |
bp_colors |
dict |
{} |
Map of base pairs (A/T/G/C or index) to colors. |
style |
dict |
{"height": "70vh", "width": "100%"} |
Custom CSS sizing and layout. |
search |
dict |
{} |
Predefined search query. |
show_complement |
bool |
True |
Display complement strand. |
rotate_on_scroll |
bool |
True |
Enable circular rotation on scroll. |
disable_external_fonts |
bool |
False |
Disable loading of external fonts. |
show_index |
bool |
True |
Show sequence index ticks. |
key |
str or None |
None |
Unique Streamlit key. |
Returns
A dict containing:
selection: the current selected sequence region (if any)search: the current search matches and metadata
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file st_seqviz-0.1.2.tar.gz.
File metadata
- Download URL: st_seqviz-0.1.2.tar.gz
- Upload date:
- Size: 155.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.24 {"installer":{"name":"uv","version":"0.9.24","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":null,"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d7a11bee87ff77c2388e8a18ca34888f595bf8513436b1c89aeec05790365806
|
|
| MD5 |
4150f8e61bca8c7dc27122aef223dacd
|
|
| BLAKE2b-256 |
673e1197247ec774b06f049e8ec475ff4c7a62915f1c6ff92b675934244ea4f3
|
File details
Details for the file st_seqviz-0.1.2-py3-none-any.whl.
File metadata
- Download URL: st_seqviz-0.1.2-py3-none-any.whl
- Upload date:
- Size: 155.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.24 {"installer":{"name":"uv","version":"0.9.24","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":null,"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
038fb75012755da82a30efaa858472a9c73eb33cf649bc9c3a82a26cce1648b3
|
|
| MD5 |
2bb36b113881ac43ccbb1dc73011c7db
|
|
| BLAKE2b-256 |
8b0278324be2729bc7958a687a1901e8568e7535132b2ea9c005cdb20920bf12
|