read_annotations {SomaDataIO} | R Documentation |
Import a SomaLogic Annotations File
Description
Import a SomaLogic Annotations File
Usage
read_annotations(file)
Arguments
file |
A path to an annotations file location.
This is a sanctioned, versioned file provided by
SomaLogic Operating Co., Inc. and should be an unmodified
|
Value
A tibble
containing analyte-specific annotations and
related (e.g. lift/bridging) information, keyed on SomaLogic
SeqId, the unique SomaScan analyte identifier.
Examples
## Not run:
# for example
file <- "~/Desktop/SomaScan_V4.1_7K_Annotated_Content_20210616.xlsx"
anno_tbl <- read_annotations(file)
## End(Not run)
[Package SomaDataIO version 6.1.0 Index]