View source: R/make.positive.control.plot.R
make.positive.control.plot | R Documentation |
Create heatmaps of correlations between target concentrations and actual counts of positive control probes.
make.positive.control.plot(correlations, covs = NULL, print.x.labels = TRUE)
correlations |
A data-frame of R squared values by sample ID. See output of |
covs |
A data-frame of sample annotation used to create plot covariates. Recommended to use output of |
print.x.labels |
Whether to display the sample IDs on the heatmap's x-axis. Defaults to TRUE |
Creates two heatmaps that display the sample R squared values, ascending.
None
Cindy Yao and Emilie Lalonde
## Not run:
#load raw data
data(NanoString.DNA.raw);
data(PhenoData);
# run QC
r.squared <- positive.control.qc(raw.data = NanoString.DNA.raw);
# plot results
make.positive.control.plot(
correlations = r.squared,
covs = PhenoData
);
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.