FindMarkersBaseline: Find Markers for all clusters against a baseline cluster

Description Usage Arguments Value

View source: R/utilsSeurat.R

Description

Find Markers for all clusters against a baseline cluster

Usage

1
2
3
4
5
6
7
FindMarkersBaseline(
  seu,
  baseline,
  only.pos = TRUE,
  n.markers = 30,
  dotplot.cex = 10
)

Arguments

seu

Seurat object

baseline

cluster to compare all clusters against

only.pos

return up-regulated markers against the baseline only

n.markers

number of markers to draw in boxplot

dotplot.cex

dotplot axis text size

Value

plots and table of markers


jleechung/schelpers documentation built on Dec. 21, 2021, 1:07 a.m.