File size: 1,346 Bytes
7ecf634
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
---
license: cc-by-4.0
task_categories:
  - image-segmentation
tags:
  - immunofluorescence
  - cell-segmentation
  - brain
pretty_name: SPInfer ROSMAP
---

# SPInfer Brain IF Data

This repository contains the compact public SPInfer brain immunofluorescence annotation dataset.

## Layout

```text
dapi/             DAPI channel images: <stem>.tiff
marker/           matched marker channel images: <stem>_marker.tiff
cellbodies/       manual cell-body instance annotations: <stem>_cellbodies.npy
dapimultimask/    manual DAPI/nucleus instance annotations for the annotated subset
```

Root files:

```text
README.md
manifest.tsv
dataset_metadata.json
00header.txt
.gitattributes
```

Files pair by stem. For example:

```text
dapi/gfap_5789.tiff
marker/gfap_5789_marker.tiff
cellbodies/gfap_5789_cellbodies.npy
dapimultimask/gfap_5789_dapimultimask.npy
```

Clinical/pathology tables are not included.

## File Counts

- 120 DAPI images
- 120 marker images
- 120 cell-body annotations
- 30 DAPI/nucleus multi-mask annotations

## Package

Use with the SPInfer package:

```bash
spinfer doctor --config configs/paths.yaml
spinfer prepare-cellpose --config configs/paths.yaml
```

## Source

Local staging was prepared for `liangyou03/SPInfer-ROSMAP`.

## Citation

Please cite the SPInfer manuscript and software release when using this dataset.