pl_rastrFeaturePlot: rastr version of partial FeaturePlot

Description Usage Arguments Value

View source: R/pl.R

Description

rastr version of partial FeaturePlot

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
pl_rastrFeaturePlot(
  object,
  features,
  coord_fixed_ratio = 1,
  ncol = NULL,
  align = c("hv"),
  cols = c("grey", "yellow", "red"),
  pt.size = 1,
  order = T,
  rasterise = T,
  reduction = "umap",
  dims = c(1, 2)
)

Arguments

object

seurat object

features

genes

coord_fixed_ratio

coord_fixed

ncol

ncol of cowplot::plot_grid

align

align of cowplot::plot_grid

cols

colors of gradientn

pt.size

point size

order

sort orders of cells

reduction

dimension reduction

dims

dimensions

Value

ggplot


zzwch/convgene documentation built on July 11, 2021, 9:41 a.m.