addQCFlags,RccSet-method {NanoStringQCPro} | R Documentation |
Returns a copy of the input RccSet with columns added to pData from the provided sample QC flag annotation file. (That file is produced by makeQCReport(); see its help page for more details.)
## S4 method for signature 'RccSet' addQCFlags(rccSet, flagFile)
rccSet |
An RccSet object |
flagFile |
Path to a sample QC flag file as generated by the NanoStringQCPro QC report (see makeQCReport()) |
A copy of the input RccSet with columns added to pData from the QC flag file.
Dorothee Nickles