Cpp_FindAllMarkers-methods: description of function Cpp_FindAllMarkers

Cpp_FindAllMarkersR Documentation

description of function Cpp_FindAllMarkers

Description

Use Seurat's FindAllMarkers function

Usage

Cpp_FindAllMarkers(
  x,
  condition,
  logfc.threshold = 1,
  minPct = 0.1,
  onlyPos = FALSE
)

Arguments

x

the BioData object

condition

The grouping you wat to analyze

logfc.threshold

seurat option used for speed up (default = 1)

minPct

only test genes that are detected in a minimum fraction of min.pct cells in either of the two populations. Meant to speed up the function

onlyPos

check only higher expression (default FALSE)


stela2502/BioData documentation built on Feb. 27, 2025, 6:20 a.m.