-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Split mandatory ccfv2 fibers and cell containing regions combination from ccfv3 / ccfv2 annotation combination * Add normalization and cell overlapping of Nissl and ISH dataset to match Erö's pipeline. * Fix glia cell density placement, prevent negative densities. * Add purely inhibitory regions for Erö's method to match model from 2019. * Fix masks for cerebellar cortex, molecular and cortex L1 and related test. * Update README.rst in the app/data/ folders. Co-authored-by: drodarie <[email protected]>
- Loading branch information
Showing
17 changed files
with
887 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
61 changes: 61 additions & 0 deletions
61
atlas_densities/app/data/markers/combine_markers_ccfv2_config.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
cellType: | ||
- oligodendrocyte | ||
- astrocyte | ||
- microglia | ||
brainRegion: | ||
- cerebellum | ||
- striatum | ||
gene: | ||
- cnp | ||
- mbp | ||
- gfap | ||
- s100b | ||
- aldh1l1 | ||
- tmem119 | ||
inputGeneVolumePath: | ||
cnp: data/ccfv2/marker_volumes/CNP.nrrd | ||
mbp: data/ccfv2/marker_volumes/MBP.nrrd | ||
gfap: data/ccfv2/marker_volumes/GFAP.nrrd | ||
s100b: data/ccfv2/marker_volumes/S100b.nrrd | ||
aldh1l1: data/ccfv2/marker_volumes/ALDH1L1.nrrd | ||
tmem119: data/ccfv2/marker_volumes/TMEM119.nrrd | ||
outputCellTypeVolumePath: | ||
oligodendrocyte: data/ccfv2/relative_marker_volumes/oligodendrocyte.nrrd | ||
astrocyte: data/ccfv2/relative_marker_volumes/astrocyte.nrrd | ||
microglia: data/ccfv2/relative_marker_volumes/microglia.nrrd | ||
# Overall glia intensity volume | ||
outputOverallGliaVolumePath: data/ccfv2/relative_marker_volumes/glia.nrrd | ||
# The so-called global celltype scaling factors S_celltype of | ||
# "A Cell Atlas for the Mouse Brain", C. Eroe et al, 2018. | ||
# These factors are simply the proportions of the different glia cell types | ||
# in the mouse brain. | ||
outputCellTypeProportionsPath: data/ccfv2/relative_marker_volumes/glia_proportions.json | ||
# Cell densities in number of cells per mm^3 | ||
cellDensity: | ||
cerebellum: | ||
oligodendrocyte: 13750 | ||
astrocyte: 1512 | ||
microglia: 8624 | ||
striatum: | ||
oligodendrocyte: 9950 | ||
astrocyte: 9867 | ||
microglia: 12100 | ||
combination: | ||
- cellType: oligodendrocyte | ||
gene: cnp | ||
averageExpressionIntensity: 35.962800 | ||
- cellType: oligodendrocyte | ||
gene: mbp | ||
averageExpressionIntensity: 3.304965 | ||
- cellType: astrocyte | ||
gene: gfap | ||
averageExpressionIntensity: 3.2097903 | ||
- cellType: astrocyte | ||
gene: s100b | ||
averageExpressionIntensity: 4.174825 | ||
- cellType: astrocyte | ||
gene: aldh1l1 | ||
averageExpressionIntensity: 1.326080 | ||
- cellType: microglia | ||
gene: tmem119 | ||
averageExpressionIntensity: 0.654761 |
12 changes: 12 additions & 0 deletions
12
atlas_densities/app/data/markers/fit_average_densities_ccfv2_config.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
inputGeneVolumePath: | ||
pv: data/ccfv2/marker_volumes/pvalb.nrrd | ||
sst: data/ccfv2/marker_volumes/SST.nrrd | ||
vip: data/ccfv2/marker_volumes/VIP.nrrd | ||
gad67: data/ccfv2/marker_volumes/gad1.nrrd | ||
sectionDataSetID: | ||
pv: "868" | ||
sst: "1001" | ||
vip: "77371835" | ||
gad67: "479" | ||
realignedSlicesPath: atlas_densities/app/measurements/markers/realigned_slices_ccfv2.json | ||
cellDensityStandardDeviationsPath: atlas_densities/app/measurements/std_cells.json |
File renamed without changes.
Oops, something went wrong.