readRlfFile: Read RLF File

View source: R/readRlfFile.R

readRlfFileR Documentation

Read RLF File

Description

Read a NanoString Reporter Library File (RLF) file.

Usage

readRlfFile(file)

Arguments

file

A character string containing the path to the RLF file.

Value

An instance of the DataFrame class containing columns:

"CodeClass"

code class

"GeneName"

gene name

"Accession"

accession number

...

additional columns

Author(s)

Patrick Aboyoun

See Also

readNanoStringRccSet

Examples

datadir <- system.file("extdata", "3D_Bio_Example_Data",
                       package = "NanoStringNCTools")
rlf <- file.path(datadir, "3D_SolidTumor_Sig.rlf")
rlfData <- readRlfFile(rlf)

Nanostring-Biostats/NanoStringNCTools documentation built on April 19, 2024, 8:21 p.m.