View source: R/read-annotations.R
read_annotations | R Documentation |
Import a SomaLogic Annotations File
read_annotations(file)
file |
A path to an annotations file location.
This is a sanctioned, versioned file provided by
Standard BioTools, Inc. and should be an unmodified
|
A tibble
containing analyte-specific annotations and
related (e.g. lift/bridging) information, keyed on SomaLogic
SeqId, the unique SomaScan analyte identifier.
## Not run:
# for example
file <- "~/Downloads/SomaScan_11K_Annotated_Content.xlsx"
anno_tbl <- read_annotations(file)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.