Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Last edited: Nov 17, 2024
Works with UUIDs: ['43213991a54ce196d406707ffe2e86bd',
'822c9163d3be9b427dd0830f69a12305',
'd4e9ec618924a8d43cfe1e67c38c1447',
'37d06bb991afa2beb7b9460e746247ad',
'9a6403bb0423e62950926a7d4fdab45b',]

Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"title": "Lightweight thymus feature analysis using CODEX [CytoKit+SPRM]",
"description": "Parameterize cellpose3 to segment and quantify CODEX protein signal in thymus Hassall's corpuscles. Compare with (i) CODEX CytoKit+SPRM, (ii) 2D IMC protein, and (iii) CZI Science cellxgene single-cell RNA.",
"tags": [
"cellpose3",
"codex",
"zarr",
"anndata",
"imc",
"czi",
],
"is_multi_dataset_template": true,
"template_format": "jinja",
"examples": [
{
"title": "Lightweight thymus feature analysis using CODEX [CytoKit+SPRM]",
"description": "Parameterize cellpose3 to segment and quantify CODEX protein signal in thymus Hassall's corpuscles. Compare with (i) CODEX CytoKit+SPRM, (ii) 2D IMC protein, and (iii) CZI Science cellxgene single-cell RNA.",
"assay_display_name": ["CODEX [CytoKit+SPRM]"],
"datasets": [
"43213991a54ce196d406707ffe2e86bd",
"822c9163d3be9b427dd0830f69a12305",
"d4e9ec618924a8d43cfe1e67c38c1447",
"37d06bb991afa2beb7b9460e746247ad",
"9a6403bb0423e62950926a7d4fdab45b",
]
}
],
"is_hidden": false,
"last_modified_unix_timestamp":
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
from user_templates_api.templates.jupyter_lab.render import JupyterLabRender


class JupyterLabExampleJinjaRender(JupyterLabRender):
def __init__(self):
pass
Loading