Skip to contents

Match clone names and spot barcodes

Usage

match_clone_barcodes(
  coordinates_df_scaled,
  clones_df,
  clone_group_name,
  coordinate_barcode_name = "barcode",
  clone_barcode_name = "Barcode"
)

Arguments

coordinates_df_scaled

A `data.frame` with scaled spot coordinates.

clones_df

A `data.frame` indicating which barcodes correspond to which clones.

clone_group_name

The name of the column that contains the clone grouping information.

coordinate_barcode_name

The name of the column that contains the barcodes in the coordinates `data.frame`.

clone_barcode_name

The name of the column that contains the barcodes in the clones `data.frame`.

Value

A `data.frame` with Visium 10X barcodes and their coordinates matched to clone labels.