[4a0329]: / man / identifyClusterMarkers.Rd

Download this file

31 lines (23 with data), 802 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/scAI_model.R
\name{identifyClusterMarkers}
\alias{identifyClusterMarkers}
\title{Identify markers in each cell cluster}
\usage{
identifyClusterMarkers(object, assay, features = NULL, use.agg = TRUE,
test.use = "bimod", thresh.pc = 0.25, thresh.fc = 0.25,
thresh.p = 0.01)
}
\arguments{
\item{object}{scAI object}
\item{assay}{Name of assay to be analyzed}
\item{features}{a vector of features}
\item{use.agg}{whether use the aggregated data}
\item{test.use}{which test to use ("bimod" or "wilcox")}
\item{thresh.pc}{Threshold of the percent of cells enriched in one cluster}
\item{thresh.fc}{Threshold of Fold Change}
\item{thresh.p}{Threshold of p-values}
}
\description{
Identify markers in each cell cluster
}