Learn R Programming

SomaDataIO (version 6.2.0)

read_annotations: Import a SomaLogic Annotations File

Description

Import a SomaLogic Annotations File

Usage

read_annotations(file)

Value

A tibble containing analyte-specific annotations and related (e.g. lift/bridging) information, keyed on SomaLogic SeqId, the unique SomaScan analyte identifier.

Arguments

file

A path to an annotations file location. This is a sanctioned, versioned file provided by Standard BioTools, Inc. and should be an unmodified *.xlsx file.

Examples

Run this code
if (FALSE) {
  # for example
  file <- "~/Downloads/SomaScan_11K_Annotated_Content.xlsx"
  anno_tbl <- read_annotations(file)
}

Run the code above in your browser using DataLab