readRccFile | R Documentation |
Read a NanoString Reporter Code Count (RCC) file.
readRccFile(file)
file |
A character string containing the path to the RCC file. |
An list object with five elements:
"Header" |
a |
"Sample_Attributes" |
a |
"Lane_Attributes" |
a |
"Code_Summary" |
a |
"Messages" |
A character vector containing messages, if any. |
Patrick Aboyoun
readNanoStringRccSet
datadir <- system.file("extdata", "3D_Bio_Example_Data",
package = "NanoStringNCTools")
rccs <- dir(datadir, pattern = "SKMEL.*\\.RCC$", full.names = TRUE)
rccData <- lapply(rccs, readRccFile)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.