histogram.calculations | R Documentation |
Histogram.Calculations Created By: Benjamin Green, Charles Roberts Last Edited 11/12/2018
histogram.calculations(data.in, Concentration, x, q)
data.in |
is the image of interest |
Concentration |
is a numeric vector of the denominator of all concentration ratios which a boxplot will be created for (ie 25, 50, 100) |
x |
is the slide id |
q |
is the image id |
Takes in the data and some constants from the PixelbyPixel script and returns a list with two data.frames one for a histogram of the log(x+1) of the data and one for a histogram of log(x+.001) of the data data.in is an col data.frame; Concentration: [25,50,100]; Opal1 540; Thresholds: [2,5,8]; to run for Tonsil2, 1to25 with threshold of 2 –> x: Tonsil2; y: 1
a list with two data.frames; one with a histogram for shift factor of log(x+1) and one with a shift factor of log(x+.001) the data.frames hold four columns three for the create.hist output and one for the concentration of interest
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.