list_panels: List panels from NPX files

Description Usage Arguments Value Author(s) Examples

View source: R/read_npx.R

Description

Read through the given NPX files and return all panels inside

Usage

1
list_panels(npxFn)

Arguments

npxFn

Path to NPX files

Value

A character(n) object.

Author(s)

Ge Tan

Examples

1
2
3
npxFn <- system.file("extdata", "OlinkAnalyze_extdata", "npx_data2.xlsx",
                     package = "OlinkR")
list_panels(npxFn)

ge11232002/OlinkR documentation built on Jan. 17, 2022, 8:28 p.m.