parse_barcode_search_file: Parse Barcode Search File

Description Usage Arguments Details Value

View source: R/file_manager.R

Description

Parses a file that satisfies the Barcode Search format

Usage

1
parse_barcode_search_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 satisfies the Barcode Search format if it contains a column called "Barcode". This is useful for converting data where the barcode is known into fully expanded sample information.

Value

a list containing a vector of barcode entries, the original fields of the data, and the index of the barcode column


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