checkManualCountsEstimatesArguments: Helper function to check the arguments input to...

Description Usage Arguments Value

View source: R/frenchfish.R

Description

Helper function to check the arguments input to getManualCountsEstimates.

Usage

1
2
3
4
5
6
checkManualCountsEstimatesArguments(
  probeCounts,
  radius,
  height,
  volumeFracCorrection
)

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)

volumeFracCorrection

The method used to correct for volume fraction (must be 'avg', 'max', or 'min'; defaults to 'max')

Value

Nothing if all checks are passed; otherwise throws an error or warning message


markowetzlab/frenchFISH documentation built on June 28, 2020, 8:18 p.m.