read_npx_csv {OlinkAnalyze}R Documentation

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)

Arguments

filename

Path to Olink Software output txt of csv file.

Value

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

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]