A Streamlit component for the Forna RNA visualization tool
Project description
Forna Component
RNA Secondary Structure Visualization Using a Force Directed Graph Layout
This is a simple component that renders a forna diagram. It is a wrapper around the forna container.
Installation
pip install st_forna_component
Example
Look at the example for a simple example:
Usage
import streamlit as st
from st_forna_component import forna_component
return_value = forna_component(
structure = '((((....))))', # RNA structure
sequence = 'AAAAUUCGUUUU', # RNA sequence
height = 400, # height of the component
animation = animation, # boolean to enable animation/interactivity
zoomable = zoomable, # boolean to enable zooming
label_interval = label_interval, # interval for numbering the nucleotides
node_label = node_label, # boolean to enable node labeling
editable = editable, # boolean to enable editing
color_scheme = color_scheme, # color scheme for the nucleotides: options are 'structure', 'sequence', 'positions', 'custom'
colors = colors, # custom colors for the nucleotides: string with space separated index:color pairs
)
st.write("Received value:", return_value)
# Returns None if no changes were made.
# When clicked on the component, it returns the current structure and sequence
# In case of cofold, it return a unique string without the separator '&'
How to cite:
Please include this citation if the Forna Component is used in an academic study:
Lucandia. Lucandia/st_forna_component; Zenodo, 2024. https://zenodo.org/doi/10.5281/zenodo.11181680.
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
st_forna_component-0.0.2.tar.gz
(159.3 kB
view details)
Built Distribution
File details
Details for the file st_forna_component-0.0.2.tar.gz
.
File metadata
- Download URL: st_forna_component-0.0.2.tar.gz
- Upload date:
- Size: 159.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 688b28b5a08da8649f530858048f30465a3709ef713a1b2d9268831eea21a999 |
|
MD5 | ba02c099cbeb1d82ac9ea7f68df2faab |
|
BLAKE2b-256 | ada2ad165ea086bdbe75a2d731767f5fa73af4bd8be85ed309a3de08692b46a1 |
File details
Details for the file st_forna_component-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: st_forna_component-0.0.2-py3-none-any.whl
- Upload date:
- Size: 161.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b66cbcc4e309b9d3f4138fa3d73949e8de4e19f2123a29111734ea5137ae702f |
|
MD5 | 678b274f0f2d4de5d9cf3c2c59549617 |
|
BLAKE2b-256 | 24b245da43ca4db03fbb6277ee77305098ee64232d4abc744ccc26dfe0e62b42 |