@@ -61,9 +61,15 @@ def frequency_mapping(frequencies, values, animal="mouse", transduction_efficien
6161 "M_LR_000098_L" : ["PV" , "CR" , "Ntng1" ],
6262 "M_LR_N152_L" : ["PV" , "CR" , "Ntng1" ],
6363 "M_LR_000260_L" : ["PV" , "Prph" , "Tuj1" ],
64+ "M_LR_N110_L" : ["PV" , "Calb1" , "Ntng1" ],
65+ "M_LR_N110_R" : ["PV" , "Calb1" , "Ntng1" ],
66+ "M_AMD_Runx1_L" : ["PV" , "CR" , "Ntng1" ],
6467}
6568
6669COCHLEAE = {
70+ "M_LR_N110_L" : {"seg_data" : "SGN_v2" , "subtype" : ["Calb1" , "Ntng1" ]},
71+ "M_LR_N110_R" : {"seg_data" : "SGN_v2" , "subtype" : ["Calb1" , "Ntng1" ]},
72+ "M_AMD_Runx1_L" : {"seg_data" : "SGN_v2" , "subtype" : ["CR" , "Ntng1" ]},
6773 "M_LR_N152_L" : {"seg_data" : "SGN_v2" , "subtype" : ["CR" , "Ntng1" ], "component_list" : [1 , 2 ]},
6874 "M_LR_000098_L" : {"seg_data" : "SGN_v2" , "subtype" : ["CR" , "Ntng1" ], "component_list" : [1 , 2 ]},
6975 "M_LR_000099_L" : {"seg_data" : "PV_SGN_v2" , "subtype" : ["Calb1" , "Lypd1" ]},
@@ -75,7 +81,8 @@ def frequency_mapping(frequencies, values, animal="mouse", transduction_efficien
7581
7682
7783REGULAR_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"
84+ "M_LR_000099_L" , "M_LR_000184_R" , "M_LR_000184_L" , "M_LR_000098_L" , "M_LR_N152_L" , "M_LR_000260_L" ,
85+ "M_LR_N110_L" , "M_LR_N110_R" , "M_AMD_Runx1_L" ,
7986]
8087
8188# For custom thresholds.
@@ -89,6 +96,7 @@ def frequency_mapping(frequencies, values, animal="mouse", transduction_efficien
8996# For consistent colors.
9097ALL_COLORS = ["red" , "blue" , "orange" , "yellow" , "cyan" , "magenta" , "green" , "purple" , "gray" , "black" ]
9198COLORS = {
99+ "Type Ia" : "#133374" ,
92100 "Type Ib" : "#27339C" ,
93101 "Type Ib/Ic" : "#67279C" ,
94102 "Type Ic" : "#9C276F" ,
0 commit comments