Learn R Programming

SpaCCI (version 1.0.5)

result_local_spatial_coords_df: Local Spatial Coordinates Data Frame

Description

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

Usage

data(result_local)

Arguments

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

Run this code
data(result_local_spatial_coords_df)
head(result_local_spatial_coords_df)

Run the code above in your browser using DataLab