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

Description Usage Arguments Value Author(s) Examples

Description

Extracts particles from the images of a Frames object.

Usage

1
2
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")

federicomarini/flowcatchR-release documentation built on May 16, 2019, 12:14 p.m.