calc: Determine Cell Cycle, filter for Cell/Nucleus ratio and...

View source: R/imgExperimentClass.R

calcR Documentation

Determine Cell Cycle, filter for Cell/Nucleus ratio and fibroblasts

Description

Calculates derived variables

Usage

calc(
  obj,
  fun = NULL,
  varFB = "Intensity_MedianIntensity_DNA.nucl",
  varCC = "Intensity_IntegratedIntensity_DNA.nucl",
  xMinGlobMaxFB = 0.2,
  xMaxGlobMaxFB = 0.6,
  ...
)

Arguments

obj

imgExp instance

fun

function to calculate, can be cc (cell cycle) or nc (nucler/cell ratio) or fb (gibrobaslten). defaults to NULL (all calculations are performed)


mknoll/cmoRe documentation built on Nov. 18, 2022, 4:01 p.m.