Analysis
plot_symmetry(json_file='cect/cache/symmetry_measures.json', synclass='Chemical', datasets_to_plot=None)
Plot symmetry for specified synclass across selected datasets. Produces 3 subplots for SensorySomaticH, MotorSomaticH, InterneuronsSomaticH.
Parameters:
| Name | Type | Description | Default | 
|---|---|---|---|
json_file
 | 
str
 | 
 Path to the cached JSON file.  | 
'cect/cache/symmetry_measures.json'
 | 
synclass
 | 
str
 | 
 Synapse class to plot, e.g., "Chemical".  | 
'Chemical'
 | 
datasets_to_plot
 | 
list
 | 
 List of datasets to include. Defaults to all.  | 
None
 | 
Source code in cect/Analysis.py
196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248  |  |