Learn R Programming

NanoStringQCPro (version 1.4.0)

readRccCollectorToolExport: Read RCC Collector Tool Export

Description

Reads the contents of a .CSV file generated from the RCC Collector Tool Export feature of NanoString's nSolver Analysis software into a new RccSet object. (Note: this function is not intended for external use. For that, see newRccSet().)

Usage

readRccCollectorToolExport(file)

Arguments

file
Path to the NSolver .CSV file to be read.

Value

An RccSet object that has count data in exprs, probe information in fData and sample annotation in pData.

Details

See 'details' in the readRccBatch() help page.