Skip to content

Commit 977e2cd

Browse files
committed
Add cochlea: MLR260L
1 parent 1086364 commit 977e2cd

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

scripts/measurements/evaluate_marker_annotations_subtype.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,12 @@
1515
COCHLEAE = {
1616
"M_AMD_N180_L": {"seg_data": "SGN_merged", "subtype": ["CR", "Lypd1", "Ntng1"], "intensity": "absolute"},
1717
"M_AMD_N180_R": {"seg_data": "SGN_merged", "subtype": ["CR", "Ntng1"], "intensity": "absolute"},
18+
"M_LR_000099_L": {"seg_data": "PV_SGN_v2", "subtype": ["Calb1", "Lypd1"], "intensity": "ratio"},
1819
"M_LR_000184_L": {"seg_data": "SGN_v2", "subtype": ["Prph"], "output_seg": "SGN_v2b", "intensity": "ratio"},
1920
"M_LR_000184_R": {"seg_data": "SGN_v2", "subtype": ["Prph"], "output_seg": "SGN_v2b", "intensity": "ratio"},
20-
"M_LR_000099_L": {"seg_data": "PV_SGN_v2", "subtype": ["Calb1", "Lypd1"], "intensity": "ratio"},
2121
"M_LR_000214_L": {"seg_data": "PV_SGN_v2", "subtype": ["Calb1"], "intensity": "ratio"},
22+
"M_LR_000260_L": {"seg_data": "SGN_v2", "subtype": ["Prph", "Tuj1"], "intensity": "ratio"},
23+
2224
}
2325

2426

scripts/measurements/sgn_subtypes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def frequency_mapping(frequencies, values, animal="mouse", transduction_efficien
6060
"M_LR_000184_L": ["PV", "Prph"],
6161
"M_LR_000098_L": ["PV", "CR", "Ntng1"],
6262
"M_LR_N152_L": ["PV", "CR", "Ntng1"],
63-
# "M_LR_000260_L": ["PV", "Prph", "Tuj1"],
63+
"M_LR_000260_L": ["PV", "Prph", "Tuj1"],
6464
}
6565

6666
COCHLEAE = {
@@ -75,7 +75,7 @@ def frequency_mapping(frequencies, values, animal="mouse", transduction_efficien
7575

7676

7777
REGULAR_COCHLEAE = [
78-
"M_LR_000099_L", "M_LR_000184_R", "M_LR_000184_L", "M_LR_000098_L", "M_LR_N152_L" # "M_LR_000260_L"
78+
"M_LR_000099_L", "M_LR_000184_R", "M_LR_000184_L", "M_LR_000098_L", "M_LR_N152_L", "M_LR_000260_L"
7979
]
8080

8181
# For custom thresholds.

0 commit comments

Comments
 (0)