fetchCell {flowSpy} | R Documentation |
Fetching cellls of FSPY
fetchCell(object, logical.connect = "or", verbose = FALSE, ...)
object |
An FSPY object |
logical.connect |
character. "and" or "or" |
verbose |
logical. Whether to print calculation progress. |
... |
Paramters to pass to limitation |
a vector containing cell names
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") }