You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,14 +9,14 @@ Email me at alexander.smith@mssm.edu with any questions.
9
9
10
10
Currently, my analysis pipeline looks like this:
11
11
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.
13
13
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).
15
15
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.
17
17
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.
19
19
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.
21
21
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