
License: Malinois 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 Malinois regulatory DNA activity scoring.Malinois predicts MPRA activity for 200 bp DNA inserts in K562, HepG2, and
SK-N-SH contexts. This constraint maps the requested raw cell-type score to
a bounded lower-is-better objective:For
direction="max":score = 1 - sigmoid((raw_score - sigmoid_center) / sigmoid_scale)For direction="min":score = sigmoid((raw_score - sigmoid_center) / sigmoid_scale)With the default center of 4.0, raw scores above 4.0 receive penalties below
0.5 in maximization mode and above 0.5 in minimization mode.Malinois cell-type output to optimize.Options:
K562, HepG2, SKNSHUse βmaxβ to encourage activity or βminβ to suppress activity in the selected cell type.Options:
max, minRaw Malinois score where the transformed constraint score is 0.5.
Positive scale for the raw-score sigmoid transform.
Expected DNA insert length before Malinois MPRA flank padding.
Optional local artifact tarball path; empty uses the managed cache download.
HTTPS URL used to provision the Malinois artifact.
Expected MD5 checksum for the downloaded Malinois artifact.
Optional local Malinois metadata directory; empty uses the managed cache extraction.
Number of sequences to score simultaneously on GPU.
Device for Malinois inference.
Usage
python
Metadata
| Property | Value |
|---|---|
| Key | malinois-activity |
| Function | malinois_activity_constraint |
| Category | sequence_annotation |
| Mode | discrete |
| Uses GPU | True |
| Supported Types | dna |