Learn R Programming

NanoStringQCPro (version 1.4.0)

readCdrDesignData: Read .CSV containing CDR 'Design Data' extract

Description

Return a data frame containing the contents of the 'Design Data' tab extracted from a CDR spreadsheet. The extract, a .CSV file, must be manually prepared in advance (see 'details' section in the buildCodesetAnnotation() help page for more info).

Usage

readCdrDesignData(cdrDesignData)

Arguments

cdrDesignData
Path to the .CSV file containing the content extracted from the CDR's 'Design Data' tab

Value

A data frame containing the contents of the CDR 'Design Data' tab.

Examples

Run this code
path <- system.file("extdata", "CDR", "CDR-DesignData.csv", package="NanoStringQCPro")
cdr <- readCdrDesignData(path)

Run the code above in your browser using DataLab