From 6a850833ed94fd951bf8ac4f08f62cc58f1391c6 Mon Sep 17 00:00:00 2001 From: monj <monj@dtu.dk> Date: Fri, 1 Oct 2021 17:35:53 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d5a60fe..dfb5e97 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,9 @@ Code contains: | lung_lif_to_png.py | Transforms Leica microscope format into a png | .lif file pr. sample | input_data/raw | | microscopy_analysis.py | Helper functions | image_preprocessing.py | Equalises contrast across images and channels, and computes max. projections | input_data/raw | input_data/maximum_projections and postprocessed_maxProjs +lung_feature_patch_allPatients_singleProtein.py | Single-protein analysis | postprocessed max. projs. | results/..._single +lung_feature_patch_allPatients_twoProtein.py | Two-protein analysis | postprocessed max. projs. | results/..._dropout +lung_feature_patch_allPatients_threeProtein.py | Three-protein analysis | postprocessed max. projs. | results/..._triple - -nogenerate data_corrected_bis, where each 3D scan is stored as a sequence of .png files under a folder with 'frame' as prefix. +Code developed by Monica J. Emerson monj@dtu.dk with contributions from Anders B. Dahl abda@dtu.dk. -- GitLab