View source: R/positive.control.qc.R
positive.control.qc | R Documentation |
Positive control probes are compared to the expected positive control standard curve, as provided in the NanoString manual, y = 171.23x + 214.12. An R squared value of > 0.95 is expected for every sample and the user is warned if this is not satisfied.
positive.control.qc(raw.data)
raw.data |
A gene by sample data-frame of raw NanoString counts for positive control probes. First three column names must be 'CodeClass', 'Name', and 'Accession', followed by sample IDs |
Determine the correlation between expected and observed positive control probe values
A data-frame of R squared values by sample ID
Cindy Yao and Emilie Lalonde
See NanoString website for PDFs on analysis guidelines: https://www.nanostring.com/support/product-support/support-documentation
The NanoString assay is described in the paper: Fortina, P. & Surrey, S. Digital mRNA profiling. Nature Biotechnology 26, 293-294 (2008).
make.positive.control.plot
## Not run:
#load raw data
data(NanoString.DNA.raw);
data(PhenoData);
# run QC
r.squared <- positive.control.qc(raw.data = NanoString.DNA.raw);
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.