result_local_spatial_coords_df {SpaCCI}R Documentation

Local Spatial Coordinates Data Frame

Description

A dataset containing spatial coordinates for local analysis, typically used in spatial transcriptomics.

Usage

data(result_local)

Format

A data frame with X rows and 3 columns:

imagecol

The x-coordinate of the spot in the image.

imagerow

The y-coordinate of the spot in the image.

Spot_ID

The unique identifier for each spatial spot.

Examples

data(result_local_spatial_coords_df)
head(result_local_spatial_coords_df)

[Package SpaCCI version 1.0.4 Index]