runDiff: Calculate differential expression markers

Description Usage Arguments Value See Also Examples

View source: R/runDiff.R

Description

Calculating differentially expressed markers

Usage

1
runDiff(object, branch.id = NULL, branch.id.2 = NULL, verbose = FALSE)

Arguments

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.

Value

A CYT object with cluster.id in meta.data

a data.frame with differential expressed markers

See Also

bulidTree

Examples

1
2
3
4
cyt.file <- system.file("extdata/cyt.rds", package = "CytoTree")
cyt <- readRDS(file = cyt.file)

DEG.table <- runDiff(cyt)

CytoTree documentation built on Nov. 10, 2020, 2 a.m.