coordinates: get_coordinates: obtain spatial coordinates

Description Usage Arguments Details Value

Description

This function is used to collect all coordinates from a list of expression datasets or an expression dataset

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
get_coordinates(x, delimiter = "_")

## Default S3 method:
get_coordinates(x, delimiter = "_")

## S3 method for class 'spaceST'
get_coordinates(x, delimiter = "_")

## S3 method for class 'dgCMatrix'
get_coordinates(x, delimiter = "_")

Arguments

x

List of expression data.frames, data.frame or matrix.

delimiter

Specify character used to delimit coordinates in headers.

Details

Obtain coordinates from expression data list of expression data.frame

Value

Data frame with replicate numbers, x and y coordinates


ludvigla/spaceST documentation built on May 29, 2019, 3:43 a.m.