Description Usage Arguments Value Author(s) Examples
View source: R/NanoStringConvenience.R
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).
1 | readCdrDesignData(cdrDesignData)
|
cdrDesignData |
Path to the .CSV file containing the content extracted from the CDR's 'Design Data' tab |
A data frame containing the contents of the CDR 'Design Data' tab.
Robert Ziman
1 2 | path <- system.file("extdata", "CDR", "CDR-DesignData.csv", package="NanoStringQCPro")
cdr <- readCdrDesignData(path)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.