Skip to content

Commit 3dbb988

Browse files
author
Alex Smith
committed
Updated README.md
1 parent b0be7e3 commit 3dbb988

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ Email me at alexander.smith@mssm.edu with any questions.
99

1010
Currently, my analysis pipeline looks like this:
1111

12-
1) clearMapStackCropping.py script - Takes an uncropped .ome.tif stack of autofluorescence data, detects brain edges, and crops +/- 50 pixels from edges of both autofluorescence and signal files.
12+
0) Optional - use clearMapStackCropping.py to detect brain edges & crop +/- 50 pixels, which may optimize atlas registration. Alternatively manually crop in ImageJ.
1313

14-
2) clearMapWatershedParameters.py - Set the parameters for cell detection (as described in methods section).
14+
1) clearMapWatershedParameters.py - Set the parameters for cell detection (as described in methods section).
1515

16-
3) clearMapWatershedProcess.py - Performs resampling, alignment to atlas, cell detection, voxelization, and region segmentation.
16+
2) clearMapWatershedProcess.py - Performs resampling, alignment to atlas, cell detection, voxelization, and region segmentation.
1717

18-
4) clearMapBatchProcessing.py script runs all steps from the process template other than cell detection (i.e. downsampling, registration, transformation, voxeliation, region counts) en masse for all animals at once. This saves a lot of time.
18+
3) clearMapBatchProcessing.py script runs all steps from the process template other than cell detection (i.e. downsampling, registration, transformation, voxeliation, region counts) en masse for all animals at once. This saves a lot of time.
1919

20-
5) clearMapAnalyzeTemplate.py - Once data is generated for each animal, this script runs the groupwise comparisons.
20+
4) clearMapAnalyzeTemplate.py - Once data is generated for each animal, this script runs the groupwise comparisons.
2121

22-
6) clearMapAdvancedAnalysis_fromLauraDeNardo.py is a script that I was given from Laura DeNardo, as the name implies, and was used in her recent Nature Neuroscience paper. This script does some fun things like clustering, tSNE, PCA, LDA, correlational analysis, etc.
22+
5) clearMapAdvancedAnalysis.py - Runs clustering & correlational analyses (thank you to Laura DeNardo for providing a script that served as the original backbone of this).

0 commit comments

Comments
 (0)