Description Usage Arguments Value Examples
FrenchFISH function for generating volume adjusted spot counts from spots which have been manually counted (uses a Markov chain Monte Carlo method). Returns five quantile estimates and the mean estimate.
1 2 3 4 5 6 | getManualCountsEstimates(
probeCounts,
radius,
height,
volumeFracCorrection = "max"
)
|
probeCounts |
A matrix of manual spot counts with columns for probes and rows for nuclei |
radius |
The cells' nuclear radius (must be measured in same unit as
|
height |
The section height (must be measured in same unit as
|
volumeFracCorrection |
The method used to correct for volume fraction (must be 'avg', 'max', or 'min'; defaults to 'max') |
The volume adjusted spot counts for each probe that have been generated using MCMC modelling
1 2 | manualCountsEstimates<-getManualCountsEstimates(cbind(red=c(0,2,4),
green=c(5,3,1), blue=c(3,0,2)), 8, 4)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.