parse_plate_update_files: Parse Plate Update Files

Description Usage Arguments Details Value

View source: R/file_manager.R

Description

Parses files that are of the Plate Update format

Usage

1
parse_plate_update_files(filepaths, expand_path = FALSE)

Arguments

filepaths

vector of file paths pointing to plate files to be processed

expand_path

logical whether or not to expand a path from '~' to the fully qualified name

Details

Matrix tube entries are named lists structured as:

1
2
3
4
5
6
  matrix_tube_entry -> {
  'barcode': Unique tube barcode,
  'plate_uid': Unique Plate ID matrix tube is going into,
  'well_position': New matrix tube position,
  'comments': Optional comments
  }

This is useful for taking CSVs to update tube locations

Value

returns list of matrix tube entries


m-murphy/sampledblib.r documentation built on Jan. 24, 2022, 5:11 a.m.