readRlfFile | 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
readNanoStringRccSet
datadir <- system.file("extdata", "3D_Bio_Example_Data",
package = "NanoStringNCTools")
rlf <- file.path(datadir, "3D_SolidTumor_Sig.rlf")
rlfData <- readRlfFile(rlf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.