readCdrDesignData {NanoStringQCPro}R Documentation

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.

Author(s)

Robert Ziman

Examples

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


[Package NanoStringQCPro version 1.24.0 Index]