BoxPlot.Calculations | R Documentation |
BoxPlot.Calculations Created By: Benjamin Green Last Edited 11/12/2018
BoxPlot.Calculations(
f,
Antibody,
data.in,
Opal1,
Concentration,
Thresholds,
x,
y
)
f |
is the number of tiles to use when making boxplots |
Antibody |
is the name of the antibody which the boxplot data is being created for |
data.in |
is a data.frame column of intensity values for the desired Opal |
Opal1 |
is the Opal of interest (ie 540) |
Concentration |
is a numeric list of the denominator of all concentration ratios which a boxplot will be created for (ie 25, 50, 100) |
Thresholds |
is a list of the thresholds at each concentration (ie 5,4,3) |
x |
is the Slide Indicator (ie Tonsil2) |
y |
is the current concentration a boxplot is being made for |
This script is desgined to do generate quartiles and fence measurements for creation of boxplots of decile, thresholded, and all data given IF pixel data
explots a data.frame with the columns: Median, 1st (corresponds to 25th), 2nd (corresponds to 75th), top.inner.fence, bottom.inner.fence
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.