identifyConfidentCells: identify confident cells in each cell cluster

Description Usage Arguments Value

View source: R/modeling.R

Description

identify confident cells in each cell cluster

Usage

1
2
3
4
5
6
7
identifyConfidentCells(
  object.list,
  features.integration,
  quantile.cutoff = 0.75,
  min.cluster = 20,
  assay = NULL
)

Arguments

object.list

a list of Seurat object

features.integration

features used to identify confident cells

quantile.cutoff

quantile cutoff (default = 0.75)

min.cluster

the minimum number of cells in the cluster for identifying confident cells

assay

Assay to use

Value

a list of Seurat object with identified confident cells in each dataset


amsszlh/scMC documentation built on Jan. 2, 2021, 1:51 p.m.