particles: Extracts particles from the images of a 'Frames' object.

Description Usage Arguments Value Author(s) Examples

View source: R/preprocessing.R

Description

Extracts particles from the images of a Frames object.

Usage

1
2
3
4
5
6
particles(
  raw.frames,
  binary.frames = NULL,
  channel = NULL,
  BPPARAM = bpparam()
)

Arguments

raw.frames

A Frames object with the raw images (mandatory)

binary.frames

A Frames object with preprocessed images (optional, if not provided gets produced with standard default parameters)

channel

Character string. The channel to perform the operations on. Can be red, green or blue

BPPARAM

a MulticoreParam object, used to control the performances inside the BiocParallel call to process frames in parallel by taking advantage of the computing infrastructure available

Value

A ParticleSet object, containing all detected particles for each frame

Author(s)

Federico Marini, marinif@uni-mainz.de, 2015

Examples

1
data("MesenteriumSubset")

flowcatchR documentation built on Nov. 8, 2020, 5:04 p.m.