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)

readat documentation built on Oct. 31, 2019, 8:19 a.m.