is_chunkstart: Check if a character vector is the start of an assay chunk

Description Usage Arguments

View source: R/is_chunkstart.R

Description

This function checks if a given character vector "looks" like the start of an assay chunk from a BCS XP ASCII export First it checks if the string is tab separated with a length of 2 or greater If that's true, it checks if the second tab is an "S" (i.e., a sample) or a "C" (i.e., a control). Returns TRUE or FALSE

Usage

1

Arguments

x

A character string


colindouglas/bcsxp documentation built on May 22, 2020, 3:24 a.m.