getManualCountsEstimates: FrenchFISH function for generating volume adjusted spot...

Description Usage Arguments Value Examples

View source: R/frenchfish.R

Description

FrenchFISH function for generating volume adjusted spot counts from spots which have been manually counted (uses a Markov chain Monte Carlo method).

Usage

1
getManualCountsEstimates(probeCounts, radius, height)

Arguments

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)

height

The section height (must be measured in same unit as radius)

Value

The volume adjusted spot counts for each probe that have been generated using MCMC modelling

Examples

1
2
manualCountsEstimates<-getManualCountsEstimates(cbind(red=c(0,2,4),
    green=c(5,3,1), blue=c(3,0,2)), 8, 4)

frenchFISH documentation built on Nov. 8, 2020, 6:57 p.m.