
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.

API Reference
Configuration for the PARADE 3’ UTR mRNA-stability constraint.
enum
default:"max"
Whether to maximize (‘max’) or minimize (‘min’) predicted mRNA stability.Options:
max, minnumber
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