Skip to main content
PARADE UTR activity
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_activity_constraint.py
View source
Copy citation
Constraint contributors
Score UTR proposals by predicted single-cell activity.

API Reference

ConfigParadeUTRActivityConfig Source
Configuration for the single-cell PARADE UTR activity constraint.
enum
default:"utr5"
PARADE UTR model to score with: ‘utr5’ (5’ UTR) or ‘utr3’ (3’ UTR).Options: utr5, utr3
enum
default:"c2"
PARADE cell code whose predicted activity is scored.Options: c1, c2, c4, c6, c17, c13
enum
default:"max"
Whether to maximize (‘max’) or minimize (‘min’) the activity.Options: max, min
number
default:"2.0"
Raw PARADE activity mapped to energy 0.5.
number
default:"1.0"
Positive float32-safe width of the sigmoid transform; larger is gentler.
number
default:"1.0"
Fallback softmax temperature for direct gradient calls; optimizer schedules take precedence.
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 activity.

Usage

python

Metadata