colnamesStartWithSeqId {readat} | R Documentation |
Checks if the input begins with "SeqID.".
colnamesStartWithSeqId(x)
x |
A character vector. Typically the column names of sequence data. |
A logical vector with the same length as x
.
somaFile <- extractSampleData() wideSomaData <- readAdat(somaFile) colnamesStartWithSeqId(wideSomaData) unlink(somaFile)