identifyClusterMarkers: Identify markers in each cell cluster

Description Usage Arguments

View source: R/scAI_model.R

Description

Identify markers in each cell cluster

Usage

1
2
3
identifyClusterMarkers(object, assay, features = NULL, use.agg = TRUE,
  test.use = "bimod", thresh.pc = 0.25, thresh.fc = 0.25,
  thresh.p = 0.01)

Arguments

object

scAI object

assay

Name of assay to be analyzed

features

a vector of features

use.agg

whether use the aggregated data

test.use

which test to use ("bimod" or "wilcox")

thresh.pc

Threshold of the percent of cells enriched in one cluster

thresh.fc

Threshold of Fold Change

thresh.p

Threshold of p-values


sqjin/scAI documentation built on Nov. 19, 2020, 4:04 p.m.