readRcc {NanoStringQCPro} | R Documentation |
Parse an .RCC file into a list with each part of the file (Header, Sample_Attributes, Lane_Attributes, Code_Summary, etc) stored as a vector or data frame.
readRcc(rcc, removeSpikeInLabels = TRUE)
rcc |
Path to the .RCC file. |
removeSpikeInLabels |
Logical. If TRUE (the default), RNA “spike-in” input labels (if any) in the GeneName for positive and negative control probes will be removed. |
A list where each element holds the contents of one part of the .RCC file (Header, Sample_Attributes, Lane_Attributes, Code_Summary, etc) as a vector or data frame.
Robert Ziman
rcc <- system.file("extdata", "RCC", "20140604_C1-unstim_C1-unstim_01.RCC", package="NanoStringQCPro") rcc.ls <- readRcc(rcc)