fetchCell: Fetching cellls of FSPY

Description Usage Arguments Value Examples

View source: R/utils.R

Description

Fetching cellls of FSPY

Usage

1
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

1
2
3
4
5
6
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")
}

JhuangLab/flowSpy documentation built on July 15, 2020, 8:31 a.m.