readCdrDesignData {NanoStringQCPro} | R Documentation |
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).
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
path <- system.file("extdata", "CDR", "CDR-DesignData.csv", package="NanoStringQCPro") cdr <- readCdrDesignData(path)