Description Usage Arguments Details Examples
Plots various quantities as heatmaps sorted by capture chamber.
1 | fldgmArrayQC(LIBS, title = "")
|
LIBS |
A "libs" table, where rows are capture chambers and columns are various data. |
title |
The title displayed on the plot. |
The "libs" table must contain columns for 'Error', 'Concentration', 'total', 'extracted', 'spikes', 'rdna', 'properpairs', 'counts', 'mean_ch2', 'mean_ch3'. It must be sorted by well of 96-well plate.
Each column containing numerical data is centered and reduce before plotting.
1 2 3 4 5 6 7 | fldgmArrayQCplot <- function(RUN) fldgmArrayQC(libs[libs$Run==RUN,], RUN)
## Not run:
fldgmArrayQCplot(RunB)
## End(Not run)
export fldgmArrayQC
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.