Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


NanoStringQCPro (version 1.4.0)

readRlf: 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.

Examples

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

Run the code above in your browser using DataLab