Learn R Programming

OlinkAnalyze (version 4.2.0)

read_npx_csv: Helper function to read in Olink Explore csv or txt files

Description

Helper function to read in Olink Explore csv or txt files

Usage

read_npx_csv(filename)

Value

A "tibble" in long format. Some of the columns are:

  • SampleID: Sample ID

  • Index: Index

  • OlinkID: Olink ID

  • UniProt: UniProt ID

  • Assay: Protein symbol

  • MissingFreq: Proportion of sample below LOD

  • Panel_Version: Panel Version

  • PlateID: Plate ID

  • QC_Warning: QC Warning Status

  • LOD: Limit of detection

  • NPX: Normalized Protein Expression

Additional columns may be present or missing depending on the platform

Arguments

filename

Path to Olink Software output txt of csv file.

Examples

Run this code
# \donttest{
file <- system.file("extdata", "Example_NPX_Data.csv", package = "OlinkAnalyze")
read_NPX(file)
# }

Run the code above in your browser using DataLab