Spatial Transcriptiomics

Visium counts file: sptrnaseq_count_table

  • Objective of the file: Raw counts, log-normalized

  • Example format: sptrnaseq_count_table.parquet

  • Requirements:

  • Named sptrnaseq_count_table

  • In parquet format

  • spot_id, gene_name as primary key

  • Contains the mandatory columns in the table below

  • File columns & description:

Name
Type
Mandatory
Description

spot_id

str

TRUE

Cell identifier

gene_name

str

TRUE

Gene name fitting HGNC ontology

count

pl.Float32

TRUE

Raw count value

count_lognorm

pl.Float32

TRUE

Log-normalized count value

Visium metadata file: sptrnaseq_metadata_table

  • Objective of the file: contains spatial coordinates & cell types

  • Example format: sptrnaseq_metadata_table.parquet

  • Requirements:

  • Named sptrnaseq_metadata_table

  • In parquet format

  • spot_id as primary key

  • Contains the mandatory columns in the table below

  • File columns & description:

Name
Type
Mandatory
Description

spot_id

str

TRUE

Spatial spot identifier

patient_id

str

TRUE

Patient identifier

spatial_1

pl.Float32

TRUE

First spatial coordinate

spatial_2

pl.Float32

TRUE

Second spatial coordinate

Other recommended columns:

Visium sample level file: sptrnaseq_sample_level_table

  • Objective of the file: region-specific metrics

  • Example format: sptrnaseq_sample_level_table.parquet

  • Requirements:

  • Named sptrnaseq_sample_level_table

  • In parquet format

  • sample_id, region, gene_name as primary key

  • Contains the mandatory columns in the table below

  • File columns & description:

Name
Type
Mandatory
Description

sample_id

FALSE

region

FALSE

gene_name

FALSE

percentage_expressing

FALSE

avg_log_normalized_expression_expressing

FALSE

avg_log_normalized_expression_all

FALSE

total_spots

FALSE

Last updated