colnamesStartWithSeqId: Does the input contain Sequence ID column names?

Description Usage Arguments Value Examples

View source: R/readAdat.R

Description

Checks if the input begins with "SeqID.".

Usage

1

Arguments

x

A character vector. Typically the column names of sequence data.

Value

A logical vector with the same length as x.

Examples

1
2
3
4
somaFile <- extractSampleData()
wideSomaData <- readAdat(somaFile)
colnamesStartWithSeqId(wideSomaData)
unlink(somaFile)

graumannlab/readat documentation built on May 16, 2020, 10:15 p.m.