Skip to content

Commit

Permalink
docs: add spatial standards to Contribute documentation (#7367)
Browse files Browse the repository at this point in the history
Co-authored-by: Nayib Gloria <55710092+nayib-jose-gloria@users.noreply.github.com>
  • Loading branch information
jahilton and nayib-jose-gloria authored Oct 24, 2024
1 parent 00b6ae8 commit eab5ed0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions frontend/doc-site/032__Contribute and Publish Data.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,18 @@ Each dataset needs the following information added to a single h5ad (AnnData 0.1
- **Features in var & raw.var (if present)**:
- index is Ensembl ID
- preference is that gene have not been filtered in order to maximize future data integration efforts
- **Additional standards for single-capture area Visium datasets** (largely aligns with [scanpy’s model](https://scanpy.readthedocs.io/en/stable/generated/scanpy.read_visium.html), [this notebook](https://github.com/Lattice-Data/lattice-tools/blob/main/cellxgene_resources/curation_visium.ipynb) may be helpful to curate from Space Ranger outputs):
- Empty spots must be included (should be 4992 observations)
- obsm['spatial']
- obs['array_row']
- obs['array_col']
- obs['in_tissue']
- uns['spatial'][library_id]['images']['fullres'] fullres image (preferred)
- uns['spatial'][library_id]['images']['hires'] hires image
- uns['spatial'][library_id]['scalefactors']['spot_diameter_fullres']
- uns['spatial'][library_id]['scalefactors']['tissue_hires_scalef']
- **Additional standards for single-puck Slide-seq datasets**:
- obsm['spatial']

## Data Submission Policy

Expand Down

0 comments on commit eab5ed0

Please sign in to comment.