Ponit plot with spatial distribution of a single predicted cell type for transcriptomics data
Usage
plot_st_celltype(
object,
celltype,
size = 1,
color_celltype = "blue",
color_others = "grey"
)Arguments
- object
SpaTalk object generated from
dec_celltype.- celltype
Name of cell type in the
sc_celltype.- size
Point size. Default is
1.- color_celltype
Color for the celltype of interest.
- color_others
Color for the others.