Skip to main content
miRNA Specificity
License: miRanda’s own code is licensed under GPL-2.0, and it federates over bundled data sources and components, each under its own license 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/sequence_annotation/mirna_specificity_constraint.py
View source
Copy citation
Constraint contributors
Score miRNA target-site burden in target DNA/RNA sequences.

API Reference

ConfigMiRNASpecificityConfig Source
Configuration for miRNA target-site specificity scoring.
List[string]
required
miRNA query sequences to scan against each target.
array
Optional identifiers for miRNA queries.
array
Optional nonnegative per-miRNA expression weights matching the miRNA query order.
enum
default:"maximize"
Whether predicted miRNA repression should be high or low.Options: maximize, minimize
number
default:"2.0"
Aggregated repression score treated as saturating success.
number
default:"150.0"
Alignment score used to normalize each miRanda hit.
number
default:"20.0"
Absolute duplex energy used to normalize each miRanda hit.
MirandaConfig
miRanda scan configuration.

Usage

python

Metadata