readRlfFile {NanoStringNCTools} | R Documentation |
Read a NanoString Reporter Library File (RLF) file.
readRlfFile(file)
file |
A character string containing the path to the RLF file. |
An instance of the DataFrame
class containing columns:
"CodeClass" |
code class |
"GeneName" |
gene name |
"Accession" |
accession number |
... |
additional columns |
Patrick Aboyoun
datadir <- system.file("extdata", "3D_Bio_Example_Data", package = "NanoStringNCTools") rlf <- file.path(datadir, "3D_SolidTumor_Sig.rlf") rlfData <- readRlfFile(rlf)