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

Description Usage Arguments Value Author(s) Examples

View source: R/NanoStringConvenience.R

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

1
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

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

NanoStringQCPro documentation built on Nov. 8, 2020, 8:11 p.m.