plotTypeMarkers: Plot Type Markers

View source: R/plots.R

plotTypeMarkersR Documentation

Plot Type Markers

Description

plot markers for the specified 'cell.type'

Usage

plotTypeMarkers(
  embedding,
  count.matrix,
  cell.type,
  marker.list,
  show.legend = T,
  build.panel = T,
  n.col = NULL,
  n.row = NULL,
  title.size = 10,
  ...
)

Arguments

count.matrix

gene expression matrix with genes by columns and cells by rows

cell.type

cell type for which the markers must be plotted

marker.list

list of markers per cell type. Can be obtained with 'parseMarkerFile'

build.panel

combine individual plots to a single panel

n.col

number of columns in the panel

n.row

number of rows in the panel

title.size

font size for title of individual plots. Used only if build.panel==T

...

Arguments passed on to conos::embeddingPlot


khodosevichlab/CellAnnotatoR documentation built on June 29, 2022, 9:12 p.m.