parse_new_plate_file: Parse New Plate File

Description Usage Arguments Details Value

View source: R/file_manager.R

Description

Parses a file that satisfies the New Plate format

Usage

1
parse_new_plate_file(filepath, expand_path = FALSE)

Arguments

filepath

path to file

expand_path

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

Details

A csv file is New Plate format if it contains the columns:

Well Barcode UID Specimen Type Study Short Code Date (optional) Comments (optional)
... ... ... ... ... ... ...

Value

returns list of specimen entries with locations from file


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