Learn R Programming

SomaDataIO (version 6.2.0)

is_seqFormat: Test AptName Format

Description

Test whether an object is in the new seq.XXXX.XX format.

Usage

is_seqFormat(x)

Value

A logical indicating whether x contains AptNames consistent with the new format, beginning with a seq. prefix.

Arguments

x

The object to be tested.

Author

Stu Field, Eduardo Tabacman

Examples

Run this code
# character S3 method
is_seqFormat(names(example_data))   # no; meta data not ^seq.
is_seqFormat(tail(names(example_data), -20L))   # yes

# soma_adat S3 method
is_seqFormat(example_data)

Run the code above in your browser using DataLab