exp_in_chip: Title: heatmap on chip

View source: R/plots.R

exp_in_chipR Documentation

Title: heatmap on chip

Description

Title: heatmap on chip

Usage

exp_in_chip(
  object,
  features,
  cells = NULL,
  slot = "scale.data",
  rotate = NULL,
  size = 2,
  cols = c("#F3EDEC", "red", "black"),
  ...
)

Arguments

object

the Seurat object

features

the gene ID want to display

cells

the cell want to subset

slot

must be one of "counts","data","scale.data"

rotate

the rotate angle, must be a pi number, like pi/2

size

the point size

cols

the color vector to mapping

...

inherit

Value

ggplot

Examples

#

wangjiaxuan666/Spat documentation built on Jan. 4, 2023, 8:35 a.m.