newRccSet(rccFiles, rccCollectorToolExport = NULL, rlf = NULL, cdrDesignData = NULL, extraPdata = NULL, blankLabel = "blank", addEgAnnotations = FALSE, dropPdataCols = c("FileVersion", "SoftwareVersion", "Owner", "SystemAPF", "ScannerID", "CartridgeBarcode"), dropFdataCols = c("CodeClass_codesetAnnot", "Accession_codesetAnnot", "GeneName_codesetAnnot", "Accession_CDR"), experimentData.name = "", experimentData.lab = "", experimentData.contact = "", experimentData.title = "", experimentData.abstract = "", experimentData.url = "", experimentData.other = list())
RccSet
containing the raw NanoString data and annotations.
A pseudocount of 1 is added to all measurements to enable subsequent log transformation of the data.
If the phenoData SampleType column is not specified via an annotation file passed in through extraPdata, it will be created and assigned NA for all samples.
rccDir <- system.file("extdata", "RCC", package="NanoStringQCPro")
rccSet <- newRccSet(
rccFiles = dir(rccDir, full.names=TRUE),
rlf = system.file("extdata", "RLF", "NQCP_example.rlf", package="NanoStringQCPro"),
extraPdata = system.file("extdata", "extraPdata", "SampleType.txt", package="NanoStringQCPro"),
blankLabel = "blank",
experimentData.name = "Robert Ziman",
experimentData.lab = "Richard Bourgon",
experimentData.contact = "ziman.robert@gene.com",
experimentData.title = "NanoStringQCPro example dataset",
experimentData.abstract = "Example data for the NanoStringQCPro package"
)
Run the code above in your browser using DataLab