read_annotations: Import a SomaLogic Annotations File

View source: R/read-annotations.R

read_annotationsR 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 should be a SomaLogic annotations file in ⁠*.xlsx⁠ format.

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 <- "~/Downloads/SomaScan_11K_v5.0_Plasma_Serum_Annotated_Menu.xlsx"
  anno_tbl <- read_annotations(file)

## End(Not run)

SomaDataIO documentation built on May 5, 2026, 1:07 a.m.