readRlf {NanoStringQCPro}R Documentation

Read RLF file

Description

Reads the contents of an .RLF file into a data frame. RNA “spike-in” concentrations recorded in the GeneName for positive and negative control probes are stripped and stored in a separate column in the output. An error will be generated for any recognized deviations from the expected file format.

Usage

readRlf(rlf)

Arguments

rlf

Path to the .RLF file

Value

A data frame containing the contents of the .RLF file.

Author(s)

Robert Ziman

Examples

rlf <- system.file("extdata", "RLF", "NQCP_example.rlf", package="NanoStringQCPro")
rlf.df <- readRlf(rlf)


[Package NanoStringQCPro version 1.18.0 Index]