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 barcode-spot. Must contain the variables:

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

  • sample Character. The sample belonging of every barcode-spot.

  • x Numeric. The x-coordinates of every barcode.

  • y Numeric. The y-coordinates of every barcode.


kueckelj/SPATA2 documentation built on March 16, 2024, 10:25 a.m.