welch.t.test.calculations | R Documentation |
T.Test.Calculations; Created By: Benjamin Green; Last Edited 09/27/2019
welch.t.test.calculations(positivity.data, Concentration, x, q)
positivity.data |
a list of four images, positive, negative values then positive, negative binary image masks |
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 image id |
Takes in the data and some constants from the PixelbyPixel script and returns a T test for postive and negative Signal defined by the threshold
a list with two data.frames; one with a t test for shift factor of log(x+1) and one with a shift factor of log(x+.001) the data.frames hold two columns one for the t test value 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.