readRlf: Read RLF file

Description Usage Arguments Value Author(s) Examples

View source: R/NanoStringConvenience.R

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

1
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

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

NanoStringQCPro documentation built on Nov. 8, 2020, 8:11 p.m.