fetchCell {flowSpy}R Documentation

Fetching cellls of FSPY

Description

Fetching cellls of FSPY

Usage

fetchCell(object, logical.connect = "or", verbose = FALSE, ...)

Arguments

object

An FSPY object

logical.connect

character. "and" or "or"

verbose

logical. Whether to print calculation progress.

...

Paramters to pass to limitation

Value

a vector containing cell names

Examples


if (FALSE) {
cell.fetch <- fetchCell(fspy, traj.value.log = 0.01)
cell.fetch <- fetchCell(fspy, stage = c("D0", "D10"))
cell.fetch <- fetchCell(fspy, stage = c("D0", "D10"), traj.value.log = 0.01,
                        logical.connect = "or")
}


[Package flowSpy version 1.0.4 Index]