readRlfFile {NanoStringNCTools}R 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)

[Package NanoStringNCTools version 1.2.0 Index]