Upload inference_splice.py with huggingface_hub
Browse files- inference_splice.py +6 -0
inference_splice.py
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"""
|
| 2 |
+
Inference helper for MutationPredictorCNN_v2 (1106-dim splice model).
|
| 3 |
+
HuggingFace-compatible. Load via:
|
| 4 |
+
from inference_splice import predict_variant, explain_variant
|
| 5 |
+
"""
|
| 6 |
+
# [Paste Cell 3 contents here for standalone deployment]
|