readRlf {NanoStringQCPro} | R Documentation |
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.
readRlf(rlf)
rlf |
Path to the .RLF file |
A data frame containing the contents of the .RLF file.
Robert Ziman
rlf <- system.file("extdata", "RLF", "NQCP_example.rlf", package="NanoStringQCPro") rlf.df <- readRlf(rlf)