read_NPX {OlinkAnalyze}R Documentation

Function to read NPX data into long format

Description

Imports an NPX or QUANT file exported from Olink Software. No alterations to the output format is allowed.

Usage

read_NPX(filename)

Arguments

filename

Path to Olink Software output file.

Value

A "tibble" in long format. Columns include:

Additional columns may be present or missing depending on the platform

Examples


file <- system.file("extdata", "Example_NPX_Data.csv", package = "OlinkAnalyze")
read_NPX(file)


[Package OlinkAnalyze version 3.7.0 Index]