Description Usage Arguments Value Examples
Here, a set of control frames and a quantile is provided, which together generate a cutoff used for downstream analyses.
1 | quantCutoff(ctrlImageList, quant = 0.99)
|
ctrlImageList |
Either a named list, as with the example file, or a vector of RGB png file names, e.g. generated with list.files(). The second option is preferred, as this is a more reasonable method from a memory perspective. |
quant |
The quantile of pixel intensities in all the images in ctrlImageList from which the cutoff value will be derived. |
The median value for the quantile specified in quant for all the images in the ctrlImageList.
1 2 3 4 5 6 | #Load example data.
data(testImages)
#Run the function with the output in the current directory
quantCutoff(testImages[1], 0.99)
#Expected result: 0.1098039
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.