Description Usage Arguments Value Author(s) Examples
View source: R/NanoStringConvenience.R
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.
1 | readRlf(rlf)
|
rlf |
Path to the .RLF file |
A data frame containing the contents of the .RLF file.
Robert Ziman
1 2 | rlf <- system.file("extdata", "RLF", "NQCP_example.rlf", package="NanoStringQCPro")
rlf.df <- readRlf(rlf)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.