updated results to new figures

This commit is contained in:
2025-05-26 23:52:21 +02:00
parent d56c0c7c7e
commit fcf9cfa431
6 changed files with 44 additions and 53 deletions

View File

@@ -300,6 +300,11 @@ if __name__ == '__main__':
si = '_nmax'
si_thresh = 1.8
cells = np.unique(list(punit_model['cell']) + list(punit_data['cell']) + list(ampul_data['cell']))
specimen = np.unique(['-'.join(c.split('-')[:3]) for c in cells])
print(f'Total of {len(cells)} cells recorded in {len(specimen)} specimens')
print()
cvmodel = punit_model['cvbase']
cvdata = punit_data['cvbase']
u, p = mannwhitneyu(cvmodel, cvdata)