Skip to content

Commit 1a0f2ae

Browse files
committed
Add RAMCES template
1 parent e18d94f commit 1a0f2ae

File tree

4 files changed

+356
-0
lines changed

4 files changed

+356
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# RAMCES
2+
This template demonstrates prediction of markers usable for cell segmentation.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"title": "RAMCES cell marker prediction",
3+
"description": "Rank channels for cell segmentation in spatial proteomics datasets",
4+
"tags": ["codex"],
5+
"is_multi_dataset_template": false,
6+
"template_format": "jinja",
7+
"examples": [
8+
{
9+
"title": "RAMCES on lung PhenoCycler",
10+
"description": "Predict segmentation channels for PhenoCycler data from lung",
11+
"datasets": ["70637954487c4f20828b30841b68f1e5"]
12+
}
13+
],
14+
"is_hidden": false
15+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
from user_templates_api.templates.jupyter_lab.render import JupyterLabRender
2+
3+
4+
class JupyterLabExampleJinjaRender(JupyterLabRender):
5+
def __init__(self):
6+
pass

src/user_templates_api/templates/jupyter_lab/templates/ramces/template.ipynb

Lines changed: 333 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)