Description Usage Arguments Value Author(s) Examples
View source: R/NanoStringConvenience.R
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.
1 |
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
1 2 | rcc <- system.file("extdata", "RCC", "20140604_C1-unstim_C1-unstim_01.RCC", package="NanoStringQCPro")
rcc.ls <- readRcc(rcc)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.