check_coords_df: Check coords data.frame

View source: R/check.R

check_coords_dfR Documentation

Check coords data.frame

Description

Check coords data.frame

Usage

check_coords_df(coords_df)

Arguments

coords_df

A data.frame containing information about every observation. Must contain the variables:

  • barcodes Character. The barcode-sequences (+ the sample belonging) of every observation.

  • sample Character. The sample belonging of every observation.

  • x_orig Numeric. The unscaled x-coordinates of every observation.

  • y_orig Numeric. The unscaled y-coordinates of every observation.


theMILOlab/SPATA2 documentation built on Feb. 8, 2025, 11:41 p.m.