Description Usage Arguments Value Examples
Fetching cellls of CYT
1 |
object |
An CYT object |
logical.connect |
character. "and" or "or" |
verbose |
logical. Whether to print calculation progress. |
... |
Paramters to pass to limitation |
a vector containing cell names
1 2 3 4 5 6 7 | cyt.file <- system.file("extdata/cyt.rds", package = "CytoTree")
cyt <- readRDS(file = cyt.file)
cell.fetch <- fetchCell(cyt, traj.value.log = 0.01)
cell.fetch <- fetchCell(cyt, stage = c("D0", "D10"))
cell.fetch <- fetchCell(cyt, stage = c("D0", "D10"), traj.value.log = 0.01,
logical.connect = "or")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.