Description Usage Arguments Value Examples
Checks if the input begins with "SeqID.".
1 |
x |
A character vector. Typically the column names of sequence data. |
A logical vector with the same length as x
.
1 2 3 4 | somaFile <- extractSampleData()
wideSomaData <- readAdat(somaFile)
colnamesStartWithSeqId(wideSomaData)
unlink(somaFile)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.