R/result_local_spatial_coords_df.R

#' Local Spatial Coordinates Data Frame
#'
#' A dataset containing spatial coordinates for local analysis, typically used in spatial transcriptomics.
#'
#' @docType data
#' @usage data(result_local)
#' 
#' @format A data frame with X rows and 3 columns:
#' \describe{
#'   \item{imagecol}{The x-coordinate of the spot in the image.}
#'   \item{imagerow}{The y-coordinate of the spot in the image.}
#'   \item{Spot_ID}{The unique identifier for each spatial spot.}
#' }
#'
#' @keywords datasets
#' @examples
#' data(result_local_spatial_coords_df)
#' head(result_local_spatial_coords_df)
"result_local_spatial_coords_df"

Try the SpaCCI package in your browser

Any scripts or data that you put into this service are public.

SpaCCI documentation built on June 8, 2025, 11:50 a.m.