read_coords | R Documentation |
Reads in coordinates data.frame from various platforms.
read_coords(...)
read_coords_merfish(dir_coords)
read_coords_slide_seq_v1(dir_coords)
read_coords_visium(dir_coords)
read_coords_xenium(dir_coords)
dir_coords |
Character value. Directory to the coordinates data.frame. |
Data.frame of at least five columns:
barcodes: Character. Unique identifier of each observation.
x_orig: Numeric. x-coordinates of the original input.
y_orig: Numeric. y-coordinates of the original input.
col: Integer. Column index.
row: Integer. Row index.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.