Description Usage Arguments Value See Also Examples
Calculating differentially expressed markers
1 |
object |
a CYT object |
branch.id |
vector. Branch ids use to run differentially expressed markers |
branch.id.2 |
vector. Branch ids use to run differentially expressed markers in compare with branch.id |
verbose |
logic. Whether to print calculation progress. |
A CYT object with cluster.id in meta.data
a data.frame with differential expressed markers
1 2 3 4 | cyt.file <- system.file("extdata/cyt.rds", package = "CytoTree")
cyt <- readRDS(file = cyt.file)
DEG.table <- runDiff(cyt)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.