Skip to main content
PARADE 3' UTR stability
License: PARADE is open source and free for academic and commercial use under an MIT license and may require explicit attribution when utilized. Please refer to the license for full terms.

This constraint is open source. Any third-party models, product names, or trademarks referenced are the property of their respective owners, and Proto is not affiliated with them.


Go to Tool Page
evo-design/proto-language/proto_language/constraint/rna_expression/parade_utr_stability_constraint.py
View source
Copy citation
Constraint contributors
Score 3’ UTR proposals by predicted mRNA stability.

API Reference

ConfigParadeUTRStabilityConfig Source
Configuration for the PARADE 3’ UTR mRNA-stability constraint.
enum
default:"max"
Whether to maximize (‘max’) or minimize (‘min’) predicted mRNA stability.Options: max, min
number
default:"0.0"
Raw PARADE log-ratio mapped to energy 0.5.
number
default:"1.0"
Positive float32-safe width of the sigmoid transform; larger is gentler.
string
default:"cuda"
Device used for PARADE inference.
integer
default:"1"
Number of sequences scored per PARADE GPU batch.
ReturnsConstraintOutput
One result per proposal. score is in [0.0, 1.0] (lower is better in the requested direction); metadata carries the raw log_ratio.

Usage

python

Metadata